Skip to content

Commit

Permalink
fix: change .menu .logo from 100% to 100px (#2375)
Browse files Browse the repository at this point in the history
Co-authored-by: Seb Palmer <[email protected]>
Co-authored-by: Florian Aucomte <[email protected]>
  • Loading branch information
3 people authored Nov 2, 2024
1 parent 00ad61e commit 49dcdc5
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 49dcdc5

Please sign in to comment.