Skip to content

Commit

Permalink
Fix logo size on desktop
Browse files Browse the repository at this point in the history
Signed-off-by: Anneke Sinnema <[email protected]>
  • Loading branch information
anneke committed Oct 20, 2024
1 parent 6bf96c2 commit e69791f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_includes/partials/page-header/logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
aspect-ratio: 810 / 138;
}

@media all and (min-width: 60.125em) {
.page-header-logo a {
height: auto;
}
}

.page-header-logo svg {
max-width: 200px;
inline-size: 100%;
Expand Down

0 comments on commit e69791f

Please sign in to comment.