Skip to content

Commit

Permalink
style: increase padding
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Oct 8, 2023
1 parent 1994004 commit eedbf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sound/sound.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px;
padding: 25px 20px;
border: 1px solid var(--color-neutral-200);
border-radius: 8px;
background: linear-gradient(var(--color-neutral-100), transparent);
Expand Down

0 comments on commit eedbf53

Please sign in to comment.