Skip to content

Commit 3ddfd07

Browse files
committed
Add max-width
1 parent f676277 commit 3ddfd07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/dev-server/ghpage-template.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
body {
5353
margin: 32px 16px !important;
5454
}
55+
.container-lg {
56+
max-width: 1012px;
57+
margin-right: auto;
58+
margin-left: auto
59+
}
5560
</style>
5661
%headContent%
5762
</head>

0 commit comments

Comments
 (0)