From b7fa827d1cdc6f2470ba6c2f8703bdc23beb680e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Sun, 14 Feb 2021 23:36:31 +0100 Subject: [PATCH] Better configuration view on small screen --- styles/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/main.css b/styles/main.css index f238f3a..4e54d4b 100644 --- a/styles/main.css +++ b/styles/main.css @@ -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;