Skip to content

Commit

Permalink
Fix height of custom-logo in personal header
Browse files Browse the repository at this point in the history
  • Loading branch information
albig committed Nov 11, 2024
1 parent f7fec3e commit b72976a
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 b72976a

Please sign in to comment.