Skip to content

Commit 5f12ebd

Browse files
committed
Improve width
1 parent 8ca1503 commit 5f12ebd

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

content/css/styles.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,16 @@ a:visited {
3333
}
3434

3535
.content {
36-
max-width: 800px;
3736
margin: 0 auto;
38-
padding: 0 20px;
37+
padding: 0 4px;
3938
font-family: Sen, sans-serif;
4039
font-size: 16px;
4140
}
41+
@media (min-width: 800px) {
42+
.content {
43+
max-width: 640px;
44+
}
45+
}
4246
table {
4347
margin: 0 auto;
4448
border-collapse: collapse;

0 commit comments

Comments
 (0)