Skip to content

Commit

Permalink
CSS update for article headings
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Dec 8, 2024
1 parent 523eeb9 commit dbdb10f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/css/components/article-content.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
& h6 {
color: var(--joy-text-heading);
margin-block-start: var(--space-xl);

&:first-child {
margin-block-start: 0;
}
}

& hr {
Expand Down

0 comments on commit dbdb10f

Please sign in to comment.