Skip to content

Commit 1bde236

Browse files
authored
Improve width
1 parent cb30d5e commit 1bde236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body {
66
Open Sans,
77
Arial;
88
color: #454545;
9-
max-width: min(100em, 100vw);
9+
max-width: min(70rem, 100vw);
1010
margin: 0 auto;
1111
padding: 1em;
1212
line-height: 1.4;
@@ -129,7 +129,7 @@ a.link:active {
129129

130130
.content {
131131
display: flex;
132-
max-width: min(80em, 100%);
132+
max-width: min(50rem, 100%);
133133
flex-direction: column;
134134
align-items: stretch;
135135
text-align: justify;

0 commit comments

Comments
 (0)