multimodalart HF staff commited on
Commit
4a81254
·
1 Parent(s): 664a326

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -10
style.css CHANGED
@@ -15,14 +15,6 @@ p {
15
  margin-top: 5px;
16
  }
17
 
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
24
- }
25
-
26
- .card p:last-child {
27
- margin-bottom: 0;
28
  }
 
15
  margin-top: 5px;
16
  }
17
 
18
+ .type-letter{
19
+ list-style-type: lower-alpha;
 
 
 
 
 
 
 
 
20
  }