Spaces:
Running
Running
Upload styles.css
Browse files- styles.css +3 -3
styles.css
CHANGED
@@ -20,7 +20,7 @@ header {
|
|
20 |
}
|
21 |
|
22 |
h1 {
|
23 |
-
font-size:
|
24 |
font-weight: bold;
|
25 |
margin-bottom: 16px;
|
26 |
text-align: center;
|
@@ -36,10 +36,10 @@ h2 {
|
|
36 |
|
37 |
h3 {
|
38 |
font-size: 14px;
|
39 |
-
color: #
|
40 |
font-weight: 200;
|
41 |
margin-bottom: 20px;
|
42 |
-
margin-top:
|
43 |
text-align: left;
|
44 |
}
|
45 |
|
|
|
20 |
}
|
21 |
|
22 |
h1 {
|
23 |
+
font-size: 40px;
|
24 |
font-weight: bold;
|
25 |
margin-bottom: 16px;
|
26 |
text-align: center;
|
|
|
36 |
|
37 |
h3 {
|
38 |
font-size: 14px;
|
39 |
+
color: #586073;
|
40 |
font-weight: 200;
|
41 |
margin-bottom: 20px;
|
42 |
+
margin-top: 5px;
|
43 |
text-align: left;
|
44 |
}
|
45 |
|