Skip to content

Commit dbdb10f

Browse files
committed
CSS update for article headings
1 parent 523eeb9 commit dbdb10f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/javascript/css/components/article-content.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
& h6 {
99
color: var(--joy-text-heading);
1010
margin-block-start: var(--space-xl);
11+
12+
&:first-child {
13+
margin-block-start: 0;
14+
}
1115
}
1216

1317
& hr {

0 commit comments

Comments
 (0)