Skip to content

Commit d495ace

Browse files
fixed amazing bug
1 parent 913beb8 commit d495ace

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,38 @@
1414

1515
.md-typeset h1 {
1616
color: white !important;
17-
font-size: clamp(1.8rem, 4vw, 2.4rem);
17+
18+
font-size: clamp(1.5rem, 3vw, 2rem);
19+
1820
font-weight: 700;
21+
22+
line-height: 1.1;
23+
24+
margin-bottom: 1rem;
1925
}
2026

2127
.md-typeset h2 {
2228
color: white !important;
2329

24-
font-size: clamp(1.2rem, 2vw, 1.6rem);
30+
font-size: clamp(1rem, 2vw, 1.35rem);
2531

2632
font-weight: 700;
2733

2834
border-left: 4px solid #4f8cff;
2935

30-
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;
3149
}
3250

3351
/* CODE BLOCKS */

0 commit comments

Comments
 (0)