Skip to content

Commit

Permalink
Buttons: add justify-content: center
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 12, 2024
1 parent 5c52f23 commit c7993b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ input.a-btn::-moz-focus-inner {
appearance: none;
display: flex;
gap: math.div(10px, $base-font-size-px) + rem;
justify-content: center;

box-sizing: border-box;
padding: math.div($btn-v-padding, $btn-font-size) + em
Expand Down

0 comments on commit c7993b5

Please sign in to comment.