wider on mobile
This commit is contained in:
parent
39258f37fc
commit
970a06cf9c
@ -49,7 +49,7 @@ h3 {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
min-width: min(80vw, 800px);
|
min-width: 737px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dragbox {
|
.dragbox {
|
||||||
@ -123,6 +123,9 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
|
.container {
|
||||||
|
min-width: 96vw;
|
||||||
|
}
|
||||||
.submit_text {
|
.submit_text {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user