10000
We read every piece of feedback, and take your input very seriously.
8000 To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03447c5 + 5fa27fd commit 33fc3d4Copy full SHA for 33fc3d4
src/styles/app.scss
@@ -9,6 +9,16 @@ $green: #398277;
9
$purple: #403D58;
10
$yellow: #FFD45E;
11
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
22
body {
23
font-family: $body-font;
24
background-color: white;
@@ -50,7 +60,7 @@ header h1, section h2 {
50
60
51
61
header h1 {
52
62
font-family: $header-font;
53
- font-size: 10rem;
63
+ font-size: 8rem;
54
64
margin-bottom: 0;
55
65
margin-top: 0;
56
66
}
@@ -116,11 +126,9 @@ div.brand {
116
126
117
127
118
128
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;
124
132
125
133
134
.purple {
0 commit comments