Make it look less bad on mobile

This commit is contained in:
powermaker450 2024-10-22 13:49:26 -04:00
parent f26d7c08e3
commit 5892224afb
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,7 @@
#root {
max-width: 1280px;
display: flexbox;
place-items: center;
width: 100%;
margin: 0 auto;
padding: 2rem;
text-align: center;

View file

@ -19,9 +19,9 @@ body {
}
#app {
display: flexbox;
place-items: center;
display: block;
min-width: 320px;
max-width: 1280px;
min-height: 100vh;
}
@ -32,7 +32,6 @@ body {
#alert-box {
text-align: center;
height: 50px;
min-width: 600px;
}
@media (prefers-color-scheme: light) {