Skip to content

Commit

Permalink
fix(buttons): ensure text is centered
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 19, 2020
1 parent 6f947f3 commit aefea46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
.btn {
display: inline-flex; // Boosted mod
align-items: center; // Boosted mod: for .badge proper alignment
justify-content: center; // Boosted mod
font-family: $btn-font-family;
font-weight: $btn-font-weight;
line-height: $btn-line-height;
color: $body-color;
text-align: center;
text-decoration: if($link-decoration == none, null, none);
white-space: $btn-white-space;
vertical-align: middle;
Expand Down

0 comments on commit aefea46

Please sign in to comment.