made sure the text is centered on the filter buttons

This commit is contained in:
Jack 2020-05-24 23:16:18 +01:00
parent c778f35466
commit 8a40990957

View file

@ -1029,6 +1029,8 @@ key {
cursor: pointer;
transition: .25s;
-webkit-user-select: none;
display: grid;
align-content: center;
&.active{
background: var(--sub-color);
color: var(--bg-color);