Reverse element positions on mobile - Quick tip!

Updated CSS for the new responsive engine:

<style>
#elementContainer {
    flex-direction: column-reverse;
}

#elementContainer > div {
    min-width: 100%!important;    
}
</style>

CleanShot 2021-11-15 at 17.06.40

9 Likes