Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit c902fcd

Browse files
authored
Use more readable font-sizes for overviews and guides (#214)
1 parent 35659f7 commit c902fcd

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/styles/_markdown.scss

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,26 @@
22

33
.docs-markdown-h1 {
44
display: inline-block;
5-
font-size: 20px;
5+
font-size: 34px;
66
font-weight: 400;
77
padding: 5px;
88
}
99

10+
.docs-markdown-h2 {
11+
font-size: 24px;
12+
}
13+
14+
.docs-markdown-h3 {
15+
font-size: 20px;
16+
}
17+
1018
.docs-markdown-h2,
1119
.docs-markdown-h4 {
1220
margin-top: 40px;
1321
}
1422

1523
.docs-markdown-h5 {
16-
font-size: 16px;
24+
font-size: 18px;
1725
}
1826

1927
.docs-markdown-p {
@@ -26,7 +34,7 @@
2634
}
2735

2836
.docs-markdown-td code {
29-
font-size: 12px;
37+
font-size: 14px;
3038
}
3139

3240
.docs-markdown-pre {
@@ -49,7 +57,7 @@ code, pre {
4957
}
5058

5159
pre {
52-
font-size: 12px;
60+
font-size: 14px;
5361
}
5462

5563
.docs-header-link {

0 commit comments

Comments
 (0)