Skip to content

Commit

Permalink
made sure the text is centered on the filter buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed May 24, 2020
1 parent f1ca33c commit 2ea636d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2ea636d

Please sign in to comment.