Skip to content

Commit a7cbefe

Browse files
committed
🩹 Reduce top margin on large headings
1 parent 94c22e2 commit a7cbefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/objects/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.kimHeading-l {
26-
margin-block-start: var(--space-8-9);
26+
margin-block-start: var(--space-7-8);
2727
margin-block-end: var(--space-5-6);
2828
font-size: var(--size-4);
2929
line-height: 1.1;

0 commit comments

Comments
 (0)