Skip to content

Commit

Permalink
fix: Horizontally center CSAT banner buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Jul 15, 2024
1 parent 975362c commit 8b5fcdd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
gap: $spacing-sm;

.answer {
Expand Down

0 comments on commit 8b5fcdd

Please sign in to comment.