fix mobile center-text class
All checks were successful
Static / build (push) Successful in 14s

This commit is contained in:
brooke 2024-11-11 17:58:23 -05:00
parent 9aaa2b9240
commit 13c0e0f23d

View file

@ -66,11 +66,11 @@ body,
} }
.center-text { .center-text {
left: 2px; left: 2px !important;
right: 2px !important;
margin-left: 0; margin-left: 0;
margin-top: 0; margin-top: 0;
max-width: 100vw; max-width: 100vw;
right: 2px;
} }
} }