From df340067295f4c6033b95e8b70f4f0a610a552bb 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 | 5 +++++ templates/_partials/helpers.tpl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/scss/custom/layout/_header-bottom.scss b/src/scss/custom/layout/_header-bottom.scss index a0980e592..89c729e5e 100644 --- a/src/scss/custom/layout/_header-bottom.scss +++ b/src/scss/custom/layout/_header-bottom.scss @@ -9,6 +9,11 @@ $component-name: header-bottom; .navbar-brand { padding: 0; + + .logo { + width: auto; + max-height: 50px; + } } .nav-link { diff --git a/templates/_partials/helpers.tpl b/templates/_partials/helpers.tpl index dd52efe44..ae8de46b1 100644 --- a/templates/_partials/helpers.tpl +++ b/templates/_partials/helpers.tpl @@ -6,7 +6,7 @@ {function renderLogo}