Skip to content

Commit

Permalink
fix: change .menu .logo from 100% to 100px
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb Palmer committed Oct 31, 2024
1 parent ec52caa commit 8f70928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/static/portal/sass/partials/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
height: $menu-height;

.logo {
height: 100%;
height: 100px;
}

.menu__brand {
Expand Down

0 comments on commit 8f70928

Please sign in to comment.