From 6ef8819f525b16c54455b9d89337ead0161ddac8 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 14 Jul 2020 13:57:38 +0200 Subject: [PATCH] small styling fix mobile menu view --- kit/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/kit/style.css b/kit/style.css index a29e2ee..86e3e45 100644 --- a/kit/style.css +++ b/kit/style.css @@ -561,10 +561,6 @@ section .content-wrap > * + * { margin-bottom: 1.66667rem; } -/* .container-3-cols .column + .column { - margin-right: 1.66667rem; -} */ - .container-4-cols .column { width: calc(25% - 0.83333rem); } @@ -627,6 +623,8 @@ section .content-wrap > * + * { } .container-3-cols .column { width: calc(45% - 0.83333rem); + /* Fix mobile menu view */ + margin-bottom: 0rem; } .container-3-cols .column + .column { margin-left: 1.66667rem; @@ -659,6 +657,12 @@ section .content-wrap > * + * { margin-top: 2.5rem; margin-left: 0; } + + .container-3-cols .column { + width: calc(32.33333% - 1.11667rem); + margin-right: 1.66667rem; + + } } @media (max-width: 768px) {