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 ea7624f commit cc462f5Copy full SHA for cc462f5
index.css
@@ -1,3 +1,12 @@
1
+html {
2
+ font-size: 16px;
3
+}
4
+@media (min-width: 800px) {
5
+ body {
6
+ font-size: 20px;
7
+ }
8
9
+
10
body {
11
background-color: black;
12
color: #eee;
@@ -6,18 +15,12 @@ body {
15
flex-direction: column;
16
justify-content: center;
17
align-items: center;
- font-size: 16px;
18
}
19
20
h1, h2, h3, h4, h5, h6 {
13
21
font-family: 'Source Serif Pro', serif;
14
22
23
-@media (min-width: 800px) {
- body {
- font-size: 22px;
- }
-}
24
25
body > div {
26
margin: 0 20px;
@@ -55,6 +58,7 @@ img {
55
58
56
59
a {
57
60
color: inherit;
61
+ font-weight: 700;
62
63
64
a:hover {
0 commit comments