Skip to content

Commit

Permalink
tweaks for safari/iphone at low res
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn-w committed Mar 22, 2024
1 parent b09fbf2 commit a5dafa1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/webpacker/styles/header/logo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
img {
margin-top: 12px;

@include mq($until: mobile) {
@include mq($until: narrow) {
max-width: 100%;
}

@include mq($from: narrow, $until: mobile) {
width: 100%;
}
}
Expand Down

0 comments on commit a5dafa1

Please sign in to comment.