From aa35ddd7185c2e7260f30574ecb72cd6c6bb4bf5 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Fri, 16 Dec 2022 13:18:13 +0100 Subject: [PATCH] fix empty post --- assets/sass/_theme/sections/posts.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass index a5ce7d30..bf4304f9 100644 --- a/assets/sass/_theme/sections/posts.sass +++ b/assets/sass/_theme/sections/posts.sass @@ -91,6 +91,10 @@ width: col-outside-container(4) .post-infos @include sticky($spacing1) + // Safe spacing if post is empty + .document-content + min-height: 350px + .lead @include h2 -- GitLab