Skip to content

Commit 2ad31db

Browse files
authored
Merge pull request #18925 from steadysupply/patch-3
Table of contents causes grievous screen space wastage
2 parents ee90ce8 + 1a5d5e4 commit 2ad31db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/_desktop.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $main-max-width: 1200px
22
$vendor-strip-height: 44px
33
$video-section-height: 550px
44

5-
@media screen and (min-width: 1025px)
5+
@media screen and (min-width: 1100px)
66
#hamburger
77
display: none
88

0 commit comments

Comments
 (0)