privateuserh commited on
Commit
5341597
·
verified ·
1 Parent(s): cb195a2

Delete style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -32
style.css DELETED
@@ -1,32 +0,0 @@
1
- body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
- }
5
-
6
-
7
- h1 {
8
- font-size: 16px;
9
- margin-top: 0;
10
- }
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
-
21
- .card {
22
- max-width: 620px;
23
- margin: 0 auto;
24
- padding: 16px;
25
- border: 1px solid lightgray;
26
- border-radius: 16px;
27
- }
28
-
29
-
30
- .card p:last-child {
31
- margin-bottom: 0;
32
- }