Skip to content

Commit 540ea3a

Browse files
committed
- space out filter buttons
1 parent 411ce8e commit 540ea3a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_sass/_category-filter.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
@include user-select(none);
66
}
77

8-
a.disabled {
9-
opacity: 0.25;
8+
a {
9+
padding: 0 0.07em;
10+
11+
&.disabled {
12+
opacity: 0.25;
13+
}
1014
}
1115
}
1216

0 commit comments

Comments
 (0)