Better configuration view on small screen

This commit is contained in:
Théo Marchal 2021-02-14 23:36:31 +01:00
parent 7c856d957b
commit b7fa827d1c

View File

@ -476,6 +476,11 @@ article.explorer form .container {
flex-wrap:wrap; flex-wrap:wrap;
} }
article.explorer .container .box {
padding-left:0.25rem;
padding-right:0.25rem;
}
article.explorer form { article.explorer form {
margin-bottom:1rem; margin-bottom:1rem;
} }
@ -513,6 +518,7 @@ input:checked + label {
@media only screen and (max-width:600px) { @media only screen and (max-width:600px) {
article.explorer form .container { article.explorer form .container {
display:block; display:block;
justify-content:left;
} }
article.explorer form .container h3 { 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 { article.explorer p.no-result {
text-align:center; text-align:center;
font-size:1.2rem; font-size:1.2rem;