From 353e86b0a4c0e968880d90e33f879ec04f2815a0 Mon Sep 17 00:00:00 2001 From: boherm Date: Fri, 8 Mar 2024 10:35:54 +0100 Subject: [PATCH] Fix logo size --- src/scss/custom/layout/_header-bottom.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/scss/custom/layout/_header-bottom.scss b/src/scss/custom/layout/_header-bottom.scss index a0980e592..60c763151 100644 --- a/src/scss/custom/layout/_header-bottom.scss +++ b/src/scss/custom/layout/_header-bottom.scss @@ -8,7 +8,14 @@ $component-name: header-bottom; border-bottom: var(--header-bottom-border-bottom); .navbar-brand { + max-width: 250px; + max-height: max(50px, 10vh); padding: 0; + + .logo { + width: auto; + max-height: inherit; + } } .nav-link {