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 c0ca389
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 @@ -9,6 +9,13 @@ $component-name: header-bottom;

.navbar-brand {
padding: 0;
max-width: 250px;
max-height: 50px;

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

.nav-link {
Expand Down

0 comments on commit c0ca389

Please sign in to comment.