Skip to content

Commit

Permalink
Merge pull request #606 from boherm/fix-logo-size
Browse files Browse the repository at this point in the history
Fix logo size
  • Loading branch information
SharakPL authored Mar 14, 2024
2 parents 898132d + 353e86b commit a5f1476
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/scss/custom/layout/_header-bottom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a5f1476

Please sign in to comment.