mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
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:
parent
5895333e7e
commit
3419f8d789
1 changed files with 1 additions and 0 deletions
1
resources/assets/sass/pages/_blog.scss
vendored
1
resources/assets/sass/pages/_blog.scss
vendored
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue