Skip to content

Commit 0208829

Browse files
committed
SettingsPage: Use custom media query
1 parent 477f1eb commit 0208829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/settings-page.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: grid;
33
gap: 16px;
44

5-
@media only screen and (min-width: 891px) {
5+
@media (--min-m) {
66
grid-template:
77
"menu content" auto /
88
200px auto;

0 commit comments

Comments
 (0)