wider on mobile
This commit is contained in:
parent
39258f37fc
commit
970a06cf9c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user