We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913beb8 commit d495aceCopy full SHA for d495ace
1 file changed
docs/stylesheets/extra.css
@@ -14,20 +14,38 @@
14
15
.md-typeset h1 {
16
color: white !important;
17
- font-size: clamp(1.8rem, 4vw, 2.4rem);
+
18
+ font-size: clamp(1.5rem, 3vw, 2rem);
19
20
font-weight: 700;
21
22
+ line-height: 1.1;
23
24
+ margin-bottom: 1rem;
25
}
26
27
.md-typeset h2 {
28
29
- font-size: clamp(1.2rem, 2vw, 1.6rem);
30
+ font-size: clamp(1rem, 2vw, 1.35rem);
31
32
33
34
border-left: 4px solid #4f8cff;
35
- padding-left: 10px;
36
+ padding-left: 8px;
37
38
+ line-height: 1.2;
39
40
+ margin-top: 1.8rem;
41
+}
42
43
+.md-typeset h3 {
44
+ color: white !important;
45
46
+ font-size: clamp(0.9rem, 1.5vw, 1.1rem);
47
48
+ font-weight: 600;
49
50
51
/* CODE BLOCKS */
0 commit comments