wider on mobile

This commit is contained in:
2025-01-28 18:24:19 +01:00
parent 39258f37fc
commit 970a06cf9c

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;
}