Show the image after the text on blog posts at viewport widths where text and image are shown horizontally together so the titles for posts with images are lined up with titles for posts without them

This commit is contained in:
Kevin MacMartin 2018-04-29 23:30:47 -04:00
parent 5895333e7e
commit 3419f8d789

View file

@ -11,6 +11,7 @@
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
display: flex; display: flex;
flex-direction: row-reverse;
} }