Skip to content

Commit

Permalink
Don't apply negative margin to anchor links on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Jan 1, 2025
1 parent eee5b7b commit 6bd5066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ a,
}

.anchor-link {
@apply -ml-6 w-6 inline-block no-underline;
@apply w-6 sm:-ml-6 inline-block no-underline;
}

[id] {
Expand Down

0 comments on commit 6bd5066

Please sign in to comment.