Skip to content

Commit 23fb79c

Browse files
committed
Revert "Reduce width when vertical TOC shows up"
This reverts commit d7ed308. The site's styles are broken and use em sizes all over the place, which blows up on UAs that override our font size. Reverting this, with the original issue to be fixed with BS conversion.
1 parent 145005a commit 23fb79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ td, th {
374374
}
375375
}
376376

377-
@media (min-width: 1220px) {
377+
@media (min-width: 110em) {
378378
/* #content:has(#TOC) {*/
379379
#content {
380380
max-width: none;

0 commit comments

Comments
 (0)