Skip to content

Commit

Permalink
Fix height of custom-logo in personal header (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
albig authored Nov 11, 2024
1 parent f7fec3e commit f6b71a6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,12 @@ body {
margin-right: 0.75rem;
}

img {
width: 55px;
background: transparent;
.sunflower-logo {

img {
width: 55px;
background: transparent;
}
}

&-name {
Expand Down Expand Up @@ -279,7 +282,7 @@ body {
}

img {
height: 56px;
height: 100%;
}

#mainmenu {
Expand Down

0 comments on commit f6b71a6

Please sign in to comment.