Skip to content

Commit 75e77c8

Browse files
committed
use more width on larger screens for content navigation links
1 parent 05a4c61 commit 75e77c8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

assets/scss/_common.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,10 +1206,11 @@ $accent: #FF4081;
12061206
z-index: 1000;
12071207
}
12081208
}
1209-
1210-
@media (min-width: 1500px) {
1211-
.container-xl {
1212-
max-width: 90vw;
1209+
body {
1210+
@media (min-width: 1500px) {
1211+
.container-xl {
1212+
max-width: 90vw;
1213+
}
12131214
}
12141215
}
12151216

0 commit comments

Comments
 (0)