Skip to content

Commit

Permalink
Merge pull request #746 from DTS-STN/spinner-mobile-view
Browse files Browse the repository at this point in the history
fix: align text center in mobile view
  • Loading branch information
shawn320 authored Apr 13, 2023
2 parents a957e98 + f673915 commit 179ae80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/LoadingSpinner/LoadingSpinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
text-align: center;
@include media(sm) {
max-width: 450px;
text-align: left;
}
@include media(md) {
flex-direction: row;
Expand Down

0 comments on commit 179ae80

Please sign in to comment.