Skip to content

Commit 33fc3d4

Browse files
authored
Merge pull request #335 from Aloso/bigger-text
Increase font size
2 parents 03447c5 + 5fa27fd commit 33fc3d4

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

src/styles/app.scss

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ $green: #398277;
99
$purple: #403D58;
1010
$yellow: #FFD45E;
1111

12+
html {
13+
font-size: 62.5%
14+
}
15+
16+
@media screen and (min-width: 30em) {
17+
html {
18+
font-size: 75%;
19+
}
20+
}
21+
1222
body {
1323
font-family: $body-font;
1424
background-color: white;
@@ -50,7 +60,7 @@ header h1, section h2 {
5060

5161
header h1 {
5262
font-family: $header-font;
53-
font-size: 10rem;
63+
font-size: 8rem;
5464
margin-bottom: 0;
5565
margin-top: 0;
5666
}
@@ -116,11 +126,9 @@ div.brand {
116126
}
117127
}
118128

119-
ol, ul {
120-
padding-left: 1.6rem;
121-
}
122-
ul {
123-
list-style: circle;
129+
ul, ol {
130+
list-style-position: outside;
131+
padding-left: 1.2em;
124132
}
125133

126134
.purple {

0 commit comments

Comments
 (0)