Skip to content

Commit

Permalink
fix: padding
Browse files Browse the repository at this point in the history
  • Loading branch information
SidonieBouthors committed Sep 5, 2024
1 parent 06fd55d commit d5b2843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ main {
outline: none;

font-size: 0.9rem;
padding: 0.5rem 0.5rem;
padding: 0.2rem 0.5rem;
margin: 0 .5em;
border-radius: var(--border-radius) var(--border-radius) 0 0;
border: 3px solid var(--foreground-color);
Expand Down

0 comments on commit d5b2843

Please sign in to comment.