Skip to content

Commit

Permalink
fix: issue with anchor links overflowing headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Feb 12, 2020
1 parent 328c52b commit f9a9fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/components/_anchor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
transform: translateY(-50%);

@include breakpoint-up(md) {
left: -40px;
right: auto;
left: -45px;

svg {
visibility: hidden;
Expand Down

0 comments on commit f9a9fcd

Please sign in to comment.