From 3419f8d7896db69f04ca5a5e116717953e131154 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 29 Apr 2018 23:30:47 -0400 Subject: [PATCH] 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 --- resources/assets/sass/pages/_blog.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/assets/sass/pages/_blog.scss b/resources/assets/sass/pages/_blog.scss index 96bf219..dc17536 100644 --- a/resources/assets/sass/pages/_blog.scss +++ b/resources/assets/sass/pages/_blog.scss @@ -11,6 +11,7 @@ @include media-breakpoint-up(md) { display: flex; + flex-direction: row-reverse; }