Skip to content

Commit 2ea636d

Browse files
committed
made sure the text is centered on the filter buttons
1 parent f1ca33c commit 2ea636d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/css/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,8 @@ key {
10291029
cursor: pointer;
10301030
transition: .25s;
10311031
-webkit-user-select: none;
1032+
display: grid;
1033+
align-content: center;
10321034
&.active{
10331035
background: var(--sub-color);
10341036
color: var(--bg-color);

0 commit comments

Comments
 (0)