Branch: opinkerfi
One possibility is to your flexbox for flow and mediaquery to detect the layout. Inspiration here:
.element {
@include breakpoint(landscape) {
// CSS for landscape-oriented devices only
}
@include breakpoint(portrait) {
// CSS for high-resolution displays only
}
}
