Skip to content

Commit d9d921d

Browse files
GrabowskiMmnocon
authored andcommitted
headers
1 parent ddacf69 commit d9d921d

File tree

4 files changed

+41
-10
lines changed

4 files changed

+41
-10
lines changed

docs/css/release-notes.css

Lines changed: 19 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/release-notes.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ $h2-font-size: 20px;
2727
$h3-font-size: 18px;
2828
$h4-font-size: 16px;
2929
$h5-font-size: 14px;
30-
$h6-font-size: 14px;
30+
$h6-font-size: 12px;

scss/release-notes.scss

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
@use 'variables';
22

33
// TODO: remove after changing header font sizes globally
4-
.release-notes-header h1 {
5-
font-size: variables.$h1-font-size;
6-
}
7-
8-
.release-notes h2 {
9-
font-size: variables.$h2-font-size;
4+
.release-notes-header,
5+
.release-notes {
6+
h1 {
7+
font-size: variables.$h1-font-size;
8+
}
9+
h2 {
10+
font-size: variables.$h2-font-size;
11+
}
12+
h3 {
13+
font-size: variables.$h3-font-size;
14+
}
15+
h4 {
16+
font-size: variables.$h4-font-size;
17+
}
18+
h5 {
19+
font-size: variables.$h5-font-size;
20+
}
21+
h6 {
22+
font-size: variables.$h6-font-size;
23+
}
1024
}
1125
// END
1226

0 commit comments

Comments
 (0)