Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
body {
|
2 |
-
padding: 2rem;
|
3 |
-
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
4 |
-
}
|
5 |
-
|
6 |
.kaiser {
|
7 |
text-align: center;
|
8 |
font-size: 24px;
|
9 |
margin-top: 0;
|
10 |
}
|
11 |
|
|
|
|
|
|
|
|
|
|
|
12 |
p {
|
13 |
color: rgb(107, 114, 128);
|
14 |
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
.kaiser {
|
2 |
text-align: center;
|
3 |
font-size: 24px;
|
4 |
margin-top: 0;
|
5 |
}
|
6 |
|
7 |
+
body {
|
8 |
+
padding: 2rem;
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
10 |
+
}
|
11 |
+
|
12 |
p {
|
13 |
color: rgb(107, 114, 128);
|
14 |
font-size: 15px;
|