Skip to content

Commit

Permalink
Merge pull request #2105 from cfpb/ans_justify_btn
Browse files Browse the repository at this point in the history
Buttons: add `justify-content: center`
  • Loading branch information
anselmbradford authored Nov 12, 2024
2 parents 5c52f23 + c7993b5 commit 931b234
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 931b234

Please sign in to comment.