wider on mobile

This commit is contained in:
julius 2025-01-28 18:24:19 +01:00
parent 39258f37fc
commit 970a06cf9c
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -49,7 +49,7 @@ h3 {
display: flex;
flex-wrap: nowrap;
justify-content: space-evenly;
min-width: min(80vw, 800px);
min-width: 737px;
}
.dragbox {
@ -123,6 +123,9 @@ button {
}
@media only screen and (max-width: 768px) {
.container {
min-width: 96vw;
}
.submit_text {
display: none;
}