Skip to content

Commit 60b262e

Browse files
committed
style: add more whitespace before headlines
1 parent bec8a64 commit 60b262e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/frontend/sass/_general.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,26 @@ h2 {
2727
color: var(--darkerprimary);
2828
font-weight: bold;
2929
font-size: 2.25rem;
30+
margin-block-start: 2.25rem;
3031
letter-spacing: -.05em;
3132
}
3233

3334
h3 {
3435
color: var(--darkprimary);
3536
font-size: 1.85rem;
37+
margin-block-start: 1.85rem;
3638
}
3739

3840
h4 {
3941
font-size: 1.2rem;
42+
margin-block-start: 1.2rem;
4043
font-style: italic;
4144
font-weight: normal;
4245
}
4346

4447
h5 {
4548
font-size: 1rem;
49+
margin-block-start: 1rem;
4650
font-weight: normal;
4751
}
4852

0 commit comments

Comments
 (0)