From e7fda468b7541ffb99a7f84dfef701b9ed1245c4 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 31 Mar 2023 14:39:24 +0200 Subject: [PATCH] Fix images on regular pages --- assets/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/style.scss b/assets/style.scss index cf093b9..e988e99 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -225,6 +225,10 @@ article { width: 40%; } } + + @media screen and (min-width: $small) { + flex-direction: row-reverse; + } } &.page > .image { @@ -246,10 +250,6 @@ article { width: 60%; } } - - @media screen and (min-width: $small) { - flex-direction: row-reverse; - } } @media screen and (min-width: $small) {