Skip to content

Commit

Permalink
fix: Fix Topbar Label Size - MEED-7543 - Meeds-io/meeds#273 (#839)
Browse files Browse the repository at this point in the history
Prior to this change, the topbar site label and logo was having a small
size comparing to top bar buttons. This change allow to adjust the size
of Topbar to be the same as other buttons.
  • Loading branch information
boubaker authored Sep 26, 2024
1 parent 80e9dfe commit 0406a5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
box-sizing: content-box;
img {
max-width: 200px;
max-height: 30px;
min-height: 30px;
max-height: 36px;
min-height: 36px;
}
}
.brandingContainer {
Expand Down

0 comments on commit 0406a5f

Please sign in to comment.