Better configuration view on small screen
This commit is contained in:
parent
7c856d957b
commit
b7fa827d1c
@ -476,6 +476,11 @@ article.explorer form .container {
|
||||
flex-wrap:wrap;
|
||||
}
|
||||
|
||||
article.explorer .container .box {
|
||||
padding-left:0.25rem;
|
||||
padding-right:0.25rem;
|
||||
}
|
||||
|
||||
article.explorer form {
|
||||
margin-bottom:1rem;
|
||||
}
|
||||
@ -513,6 +518,7 @@ input:checked + label {
|
||||
@media only screen and (max-width:600px) {
|
||||
article.explorer form .container {
|
||||
display:block;
|
||||
justify-content:left;
|
||||
}
|
||||
|
||||
article.explorer form .container h3 {
|
||||
@ -532,12 +538,6 @@ input:checked + label {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1200px) {
|
||||
article.explorer form .container {
|
||||
justify-content:left;
|
||||
}
|
||||
}
|
||||
|
||||
article.explorer p.no-result {
|
||||
text-align:center;
|
||||
font-size:1.2rem;
|
||||
|
Loading…
Reference in New Issue
Block a user