Skip to content

Commit cc50351

Browse files
committed
adjust container width
1 parent 8305f26 commit cc50351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ body * {
3434
}
3535

3636
#container {
37-
width: 360px;
37+
width: 100%;
38+
max-width: 588px;
3839
margin: 56px auto 0px;
3940
padding: 0 24px;
4041
}

0 commit comments

Comments
 (0)