File tree Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,4 @@ a:not(.button) {
25
25
26
26
img {
27
27
max-width : 100% ;
28
- }
29
-
30
- h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
31
- transition : color .6s ;
32
- color : var (--title-color );
33
- }
34
-
35
-
36
- li {
37
- list-style : disc ;
38
28
}
Original file line number Diff line number Diff line change 15
15
}
16
16
17
17
h1 , h2 , h3 , h4 , h5 {
18
+ transition : color .6s ;
19
+ color : var (--title-color );
18
20
margin : 2.75rem 0 1rem ;
19
21
font-family : ' Poppins' , sans-serif ;
20
22
font-weight : 600 ;
21
23
line-height : 1.15 ;
22
24
}
23
25
26
+
24
27
h1 {
25
28
margin-top : 0 ;
26
29
font-size : 1.802em ;
@@ -48,4 +51,21 @@ blockquote {
48
51
49
52
em {
50
53
font-style : italic ;
54
+ }
55
+
56
+ ul {
57
+ list-style-type : disc ;
58
+ margin-left : 1.25em ;
59
+ margin-bottom : 1.25em ;
60
+ li {
61
+ margin-bottom : 1em ;
62
+ }
63
+ }
64
+ ol {
65
+ list-style-type : decimal ;
66
+ margin-left : 1.25em ;
67
+ margin-bottom : 1.25em ;
68
+ li {
69
+ margin-bottom : 1em ;
70
+ }
51
71
}
You can’t perform that action at this time.
0 commit comments