diff --git a/common/common.scss b/common/common.scss index e471587..5d27c10 100644 --- a/common/common.scss +++ b/common/common.scss @@ -3,6 +3,11 @@ $padding-basis: 0.75em; .d-toc-main { display: none; width: 225px; + @media screen and (max-width: 1045px) { + .desktop-view & { + width: 150px; + } + } border-left: 1px solid var(--primary-low); box-sizing: border-box; a {