Skip to content

Commit b1ba974

Browse files
committed
Increase document width on large screens
1 parent 51a42a3 commit b1ba974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ main {
173173
position: relative;
174174
margin: 1rem auto 0;
175175
padding: 1.35rem 1rem 2.7rem;
176-
max-width: 28rem;
176+
max-width: 48rem;
177177
color: $web-text-color;
178178
background: $web-foreground-color;
179179
-webkit-hyphens: auto;
@@ -330,11 +330,11 @@ h1, h2, h3, h4, h5, h6 {
330330
h1 {
331331
font-family: "VT323", monospace;
332332
margin: 1.35rem auto;
333-
max-width: 11.25em;
334333
font-size: 3.5em;
335334
font-weight: 500;
336335
line-height: 1;
337336
color: $web-bright-color;
337+
text-align: center;
338338
}
339339

340340
h2 {

0 commit comments

Comments
 (0)