Skip to content

Commit cb7de34

Browse files
committed
Fix: Adjusted the CategoryFilter button padding for better visual balance.
1 parent 4aac41c commit cb7de34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/generic/CategoryFilter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ div.category-filter {
88
}
99

1010
button.category-filter-button {
11-
padding: 0.3rem 2rem;
11+
padding: 0.3rem 1.5rem;
1212
outline: none !important;
1313
box-shadow: none !important;
1414
min-width: min(20%, 200px)!important;

0 commit comments

Comments
 (0)