Skip to content

Commit

Permalink
fix: always center flanked headings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 20, 2024
1 parent 333d5b5 commit 059cb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/HeadingFlanked.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ const { class: className, id, ...rest } = Astro.props;

.heading {
font-size: var(--fontSizeH2);
text-align: center;
}
</style>

0 comments on commit 059cb3b

Please sign in to comment.