Skip to content

Commit

Permalink
Fixes missalignment in buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Jun 23, 2021
1 parent 14e59fc commit 1210f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/sass/component/_button.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// BUTTON
.c-button {
display: inline-block;
display: inline-flex;
vertical-align: middle;
align-items: center;
text-decoration: none;
cursor: pointer;
line-height: 1;
Expand Down

0 comments on commit 1210f52

Please sign in to comment.