Skip to content

Commit

Permalink
fix: negative margin on headings covering links
Browse files Browse the repository at this point in the history
  • Loading branch information
42tte committed Sep 2, 2024
1 parent 231e62a commit 2514bc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/illustrationList/illustrationList.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
.illustrationList h3 {
padding-top: 0;
margin: 0;
margin-top: -6rem;
padding-top: 6rem;
line-height: 1;
scroll-margin-top: 6rem;
}

.illustrationList__flex {
Expand Down

0 comments on commit 2514bc0

Please sign in to comment.