Skip to content

Commit

Permalink
style: apply about margin fixup to all header types
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 9, 2024
1 parent be87750 commit 0a1e8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ body {
Header elements which are the first child of the about content container shouldn't have the default Ant Design top
margin
*/
.about-content h2:first-child, h3:first-child {
.about-content h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin-top: 0;
}

Expand Down

0 comments on commit 0a1e8eb

Please sign in to comment.