1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 18:32:34 +01:00

center auth screens on mobile

This commit is contained in:
Puyodead1 2023-09-07 11:46:37 -04:00 committed by Puyodead1
parent f838436f52
commit 8b1389824b
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE

View File

@ -23,6 +23,7 @@ export const AuthContainer = styled(Container)`
@media (max-width: 480px) {
width: 100%;
height: 100%;
justify-content: center;
}
@media (min-width: 480px) {