Skip to content

Commit

Permalink
page header context on larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Feb 15, 2024
1 parent 5e47382 commit a22ca80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/ui/components/page-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
}
}

@media only screen and (--u-viewport_max-sm) {
@media only screen and (--u-viewport_max-md) {
.page-header {
--c-height_page-header: 7rem;
flex-direction: column;
Expand Down

0 comments on commit a22ca80

Please sign in to comment.