From d24b0c8ba01a829ffcdf17bb455259e442a890ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=81ach?= Date: Wed, 15 Feb 2023 09:57:28 +0100 Subject: [PATCH 1/2] shifted logo fix --- src/scss/core/layout/_header-bottom.scss | 4 ++++ templates/_partials/header.tpl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/scss/core/layout/_header-bottom.scss b/src/scss/core/layout/_header-bottom.scss index 79e647e4a..ecd0d7731 100644 --- a/src/scss/core/layout/_header-bottom.scss +++ b/src/scss/core/layout/_header-bottom.scss @@ -6,4 +6,8 @@ $component-name: header-bottom; min-height: 4rem; } } + + &__h1 { + font-size: unset; + } } diff --git a/templates/_partials/header.tpl b/templates/_partials/header.tpl index 7743caf60..1bc70b868 100644 --- a/templates/_partials/header.tpl +++ b/templates/_partials/header.tpl @@ -32,7 +32,7 @@