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:
parent
f838436f52
commit
8b1389824b
@ -23,6 +23,7 @@ export const AuthContainer = styled(Container)`
|
||||
@media (max-width: 480px) {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
|
Loading…
Reference in New Issue
Block a user