From c486a8de8581ca0c86fe01f26da570579686278e Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Fri, 27 Sep 2024 15:25:27 +0200 Subject: [PATCH] Fixes the white line above the header on the frontpage --- assets/scss/_styles_project.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 21ccfd9aa..f30e1288b 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -69,7 +69,7 @@ assets/scss/_styles_project.scss @include media-breakpoint-up(md) { width: 100%; position: fixed; - margin-left: -15px; + margin-left: -16px; z-index: 31; top: 4rem; } @@ -89,10 +89,6 @@ assets/scss/_styles_project.scss } } -// Adds a padding because the announcements banner is too close to the breadcrumb -header { - padding-bottom: 8px; -} .td-page-meta { // Adds a margin because the announcements banner is too close margin-top: 16px;