Skip to content

Commit 2be5422

Browse files
committed
Widen page layout of documentation
This commit increases the width set for the centered content. It should fit 95 characters in codeblocks as to not produce any scrolling.
1 parent b3d4a2c commit 2be5422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/css/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ article ol, article p, article ul {
2929

3030
.page-layout {
3131
margin-left: auto;
32-
max-width: 62rem;
32+
max-width: 74rem;
3333
margin-right: auto;
3434
}
3535

0 commit comments

Comments
 (0)