Skip to content

Commit 5303ce5

Browse files
committed
style: widen layout max-width to 1400px
1 parent 8d379f4 commit 5303ce5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ code {
2727
margin-top: -1em;
2828
margin-bottom: 1.5em;
2929
font-style: italic;
30+
}
31+
32+
/* Widen the layout */
33+
.md-grid {
34+
max-width: 1400px;
3035
}

0 commit comments

Comments
 (0)