Skip to content

Commit

Permalink
fix: negative margin covering links before headings
Browse files Browse the repository at this point in the history
  • Loading branch information
42tte committed Aug 31, 2024
1 parent f1af9a6 commit 2e315be
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,8 +9,7 @@
.illustrationList h3 {
padding-top: 0;
margin: 0;
margin-top: -6rem;
padding-top: 6rem;
scroll-margin-top: 6rem;
line-height: 1;
}

Expand Down

0 comments on commit 2e315be

Please sign in to comment.