Update style.css
Browse files
style.css
CHANGED
@@ -4,7 +4,6 @@ body {
|
|
4 |
}
|
5 |
|
6 |
h1 {
|
7 |
-
font-size: 16px;
|
8 |
margin-top: 0;
|
9 |
}
|
10 |
|
@@ -25,7 +24,7 @@ p {
|
|
25 |
max-height:5000px;
|
26 |
display:flex;
|
27 |
flex-direction:column;
|
28 |
-
font-size:
|
29 |
|
30 |
}
|
31 |
|
|
|
4 |
}
|
5 |
|
6 |
h1 {
|
|
|
7 |
margin-top: 0;
|
8 |
}
|
9 |
|
|
|
24 |
max-height:5000px;
|
25 |
display:flex;
|
26 |
flex-direction:column;
|
27 |
+
font-size:xx-large;
|
28 |
|
29 |
}
|
30 |
|