richylyq commited on
Commit
a4fb42a
1 Parent(s): ff20621

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -12
style.css CHANGED
@@ -3,18 +3,8 @@
3
  body {
4
  padding: 2rem;
5
  font-family: -apple-system, BlinkMacSystemFont, "Teko", sans-serif;
6
- }
7
-
8
- h1 {
9
- font-size: 16px;
10
- margin-top: 0;
11
- }
12
-
13
- p {
14
- color: rgb(107, 114, 128);
15
- font-size: 15px;
16
- margin-bottom: 10px;
17
- margin-top: 5px;
18
  }
19
 
20
  .card {
 
3
  body {
4
  padding: 2rem;
5
  font-family: -apple-system, BlinkMacSystemFont, "Teko", sans-serif;
6
+ color: white;
7
+ font-size: 75%;
 
 
 
 
 
 
 
 
 
 
8
  }
9
 
10
  .card {