Skip to content

Commit

Permalink
change padding on shuffle button to avoid overlapping other links
Browse files Browse the repository at this point in the history
  • Loading branch information
jsundram committed Sep 28, 2023
1 parent a591873 commit 2153aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Can use coolors.co to generate a 5th color that fits into the palette:
display: inline-block;
position: relative;
z-index: 1;
padding: 1em 1em 1em 1em; /*top right bottom left*/
margin: -1em -1em -1em -1em;
padding: 0em 1em 0em 1em; /*top right bottom left*/
margin: 0em -1em 0em -1em;
}

a {
Expand Down

0 comments on commit 2153aaa

Please sign in to comment.