Skip to content

Commit cc462f5

Browse files
committed
Update font sizes
1 parent ea7624f commit cc462f5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

index.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
body {
211
background-color: black;
312
color: #eee;
@@ -6,18 +15,12 @@ body {
615
flex-direction: column;
716
justify-content: center;
817
align-items: center;
9-
font-size: 16px;
1018
}
1119

1220
h1, h2, h3, h4, h5, h6 {
1321
font-family: 'Source Serif Pro', serif;
1422
}
1523

16-
@media (min-width: 800px) {
17-
body {
18-
font-size: 22px;
19-
}
20-
}
2124

2225
body > div {
2326
margin: 0 20px;
@@ -55,6 +58,7 @@ img {
5558

5659
a {
5760
color: inherit;
61+
font-weight: 700;
5862
}
5963

6064
a:hover {

0 commit comments

Comments
 (0)