We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1503 commit 5f12ebdCopy full SHA for 5f12ebd
1 file changed
content/css/styles.css
@@ -33,12 +33,16 @@ a:visited {
33
}
34
35
.content {
36
- max-width: 800px;
37
margin: 0 auto;
38
- padding: 0 20px;
+ padding: 0 4px;
39
font-family: Sen, sans-serif;
40
font-size: 16px;
41
+@media (min-width: 800px) {
42
+ .content {
43
+ max-width: 640px;
44
+ }
45
+}
46
table {
47
48
border-collapse: collapse;
0 commit comments