Skip to content

Commit 6f31ba0

Browse files
authored
Increase container max-width to 60em to reduce code wrapping (#547) (#198)
1 parent 73a6b5a commit 6f31ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ footer { margin: 1em; font-size: 0.75em; text-align: center; }
4747
padding-right: 1.25em;
4848
zoom: 1;
4949
min-width: 40em;
50-
max-width: 50em;
50+
max-width: 60em;
5151
margin: 0 auto;
5252
}
5353
.container:before, .container:after {

0 commit comments

Comments
 (0)