From 8cd18e4a85017972843d5ce8cc923dae2f3e751a Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Fri, 16 Dec 2022 17:23:22 +0100 Subject: [PATCH] fix lead mb --- assets/sass/_theme/sections/pages.sass | 4 +++- assets/sass/_theme/sections/posts.sass | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/sass/_theme/sections/pages.sass b/assets/sass/_theme/sections/pages.sass index 9924f308..cdd936ec 100644 --- a/assets/sass/_theme/sections/pages.sass +++ b/assets/sass/_theme/sections/pages.sass @@ -14,4 +14,6 @@ .pages__section:not(.full-width) .lead - @include h3 \ No newline at end of file + @include h3 + @include media-breakpoint-up(desktop) + margin-bottom: $spacing3 \ No newline at end of file diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass index ecdd9817..033c350e 100644 --- a/assets/sass/_theme/sections/posts.sass +++ b/assets/sass/_theme/sections/posts.sass @@ -94,9 +94,10 @@ // Safe spacing if post is empty .document-content min-height: 350px - .lead @include h3 + @include media-breakpoint-up(desktop) + margin-bottom: $spacing3 .post-categories @include list-reset -- GitLab