Skip to content

Commit b7683bd

Browse files
committed
Small fix for tablet-ish media queries and nav buttons
1 parent 1fec682 commit b7683bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/css/torchlight.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
:is(h1,h2,h3,h4,h5,h6) + & {
2222
margin-block-start: 0;
2323
}
24-
/* --mq-nav-open-after to custom */
25-
@media (width >= 1250px) and (width < 1350px) {
24+
/* --mq-grid-after to custom */
25+
@media (width >= 1000px) and (width < 1350px) {
2626
/* Prevent the chance of the width of pre affecting the grid layout e.g. >> /quick-start-guide */
27-
max-width: calc(var(--max-width-reading) - 1.5rem);
27+
max-width: 42rem;
2828
}
2929
}
3030

0 commit comments

Comments
 (0)