Skip to content

Commit 892a870

Browse files
Start adjusting heading spacing
1 parent be099ff commit 892a870

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

assets-src/styles/sass/30-base/_typography.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ h1, h2, h3, h4, h5, h6 {
2121
// margin: 0 0 1rem;
2222
}
2323

24-
// h1 {
25-
// margin-bottom: 1em;
26-
// }
24+
h1 {
25+
margin-block-start: 0;
26+
}
27+
28+
h2, h3, h4, h5, h6 {
29+
margin-block-start: 1em;
30+
}
2731

2832
:where(h1, .h1 .venus) {
2933
font-size: var(--w3c-text-5);

0 commit comments

Comments
 (0)