We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213cca3 commit aa2811cCopy full SHA for aa2811c
website/src/layout/components/ContentContainer/styles.module.scss
@@ -11,7 +11,7 @@ $toc-width: toc.$desktop-toc-width;
11
padding: 1rem;
12
margin: 0 auto;
13
width: calc(100% - #{$toc-width});
14
- max-width: 1024px; // TODO: pick less arbitrary value
+ max-width: 1200px; // TODO: pick less arbitrary value
15
16
@include mixins.desktop() {
17
padding: 1rem 2rem;
0 commit comments