From 8395e39e65047957d30f61181dfe76115d49699f Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 17 Oct 2023 21:56:06 +0300 Subject: [PATCH] Adjust padding based on news --- assets/styles/layout/landing/_main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/styles/layout/landing/_main.scss b/assets/styles/layout/landing/_main.scss index 6fd02fb8b..56c765c2e 100644 --- a/assets/styles/layout/landing/_main.scss +++ b/assets/styles/layout/landing/_main.scss @@ -61,6 +61,10 @@ border-bottom: 0 none; overflow: hidden; } + + &.layout-news-active { + padding-top: 6rem; + } } .text-secondary {