Skip to content

Commit aa2811c

Browse files
committed
misc: increase content max width
1 parent 213cca3 commit aa2811c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/layout/components/ContentContainer/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $toc-width: toc.$desktop-toc-width;
1111
padding: 1rem;
1212
margin: 0 auto;
1313
width: calc(100% - #{$toc-width});
14-
max-width: 1024px; // TODO: pick less arbitrary value
14+
max-width: 1200px; // TODO: pick less arbitrary value
1515

1616
@include mixins.desktop() {
1717
padding: 1rem 2rem;

0 commit comments

Comments
 (0)