Skip to content

Commit

Permalink
chore(front): adjusts anchor link position and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 1, 2023
1 parent e9b4000 commit 52aba44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions front/src/lib/styles/pages/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,9 @@
opacity 500ms ease-in-out,
color 500ms;
border: none;
padding: 0 0.5rem;
font-size: 1rem;
@media screen and (min-width: 480px) {
left: -1.5rem;
left: -1rem;
}
@screen md {
left: -2.5rem;
Expand Down

0 comments on commit 52aba44

Please sign in to comment.