Skip to content

Commit

Permalink
Fix logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
boherm committed Mar 14, 2024
1 parent 898132d commit 46bcf66
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: 50px;
padding: 0;

.logo {
width: auto;
max-height: inherit;
}
}

.nav-link {
Expand Down

0 comments on commit 46bcf66

Please sign in to comment.