diff --git a/src/scss/custom/layout/_header-bottom.scss b/src/scss/custom/layout/_header-bottom.scss index a0980e592..f6ea682c9 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: 50px; padding: 0; + + .logo { + width: auto; + max-height: inherit; + } } .nav-link {