Skip to content

Commit 4511c82

Browse files
committed
style: Adjust button padding for small and medium sizes
1 parent 005cfad commit 4511c82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Elements/Button/Button.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
}
1919

2020
button.small {
21-
padding: 0.5rem 1rem;
21+
padding: 0.3rem 0.75rem;
2222
font-size: 0.875rem;
2323
}
2424
button.medium {
25-
padding: 0.75rem 1.5rem;
25+
padding: 0.5rem 1rem;
2626
font-size: 1rem;
2727
}
2828
button.large {

0 commit comments

Comments
 (0)