victor HF Staff commited on
Commit
6ae7d84
·
1 Parent(s): ded3511

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +17 -16
styles.css CHANGED
@@ -1,16 +1,17 @@
1
- body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont,
4
- "Arial", sans-serif;
5
- }
6
- .card {
7
- max-width: 520px;
8
- margin: 0 auto;
9
- padding: 12px;
10
- border: 1px solid lightgray;
11
- border-radius: 16px;
12
- }
13
- p {
14
- font-size: 15px;
15
- margin-bottom: 0;
16
- }
 
 
1
+ body {
2
+ padding: 2rem;
3
+ font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
+ }
5
+
6
+ .card {
7
+ max-width: 520px;
8
+ margin: 0 auto;
9
+ padding: 12px;
10
+ border: 1px solid lightgray;
11
+ border-radius: 16px;
12
+ }
13
+
14
+ p {
15
+ font-size: 15px;
16
+ margin-bottom: 0;
17
+ }