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) {