Skip to content

Commit

Permalink
fix width on iphone
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Apr 18, 2024
1 parent 93ca88c commit 55cd7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ol.overflow {

@media all and (max-width: $mobileBreakpoint) {
.page .page-header {
width: 96dvw;
width: 90dvw;
}
}

Expand Down

0 comments on commit 55cd7cc

Please sign in to comment.