Corran commited on
Commit
9fcd89a
·
verified ·
1 Parent(s): 5212d82

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -5
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;