From 4a48bbe25616c51a22c2522e703fc40950fd4ced Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet@mmibordeaux.com> Date: Fri, 21 Apr 2023 12:55:56 +0200 Subject: [PATCH] fixed negative margins for alternate posts list --- assets/sass/_theme/blocks/posts.sass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/sass/_theme/blocks/posts.sass b/assets/sass/_theme/blocks/posts.sass index e5422d00..cd2cfc10 100644 --- a/assets/sass/_theme/blocks/posts.sass +++ b/assets/sass/_theme/blocks/posts.sass @@ -175,9 +175,7 @@ + .square, + .landscape margin-top: -15% - + .post:not(.portrait), - + .post:not(.landscape), - + .post:not(.square) + + .post:not(.portrait, .square, .landscape) margin-top: -5% @include in-page-without-sidebar width: col(10) -- GitLab