Skip to content

Commit

Permalink
Merge pull request #8015 from michaelchadwick/frontend-5607-non-engli…
Browse files Browse the repository at this point in the history
…sh-mobile-dashboard-fix

set phone-only cutoff at 399 so it covers the 380->400 pixel gap
  • Loading branch information
dartajax authored Jul 26, 2024
2 parents 81350d9 + 4ccc527 commit 8c46c1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@mixin for-phone-only {
@media screen and (max-width: 380px) {
@media screen and (max-width: 399px) {
@content;
}
}
Expand Down

0 comments on commit 8c46c1a

Please sign in to comment.