From 543dadee8b0bb4d10b1f4cb379b25d10ebdc484f Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Wed, 3 Aug 2016 16:22:24 +0000 Subject: [PATCH] Improve responsive behaviour and fix problem with spacing on internal pages for contact footer #548 @0.75 --- less/103-contact-footer.less | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/less/103-contact-footer.less b/less/103-contact-footer.less index 3ce7fa7..f62193f 100644 --- a/less/103-contact-footer.less +++ b/less/103-contact-footer.less @@ -7,14 +7,32 @@ @media @m900 { background-size: 180% auto; - padding-bottom: 90%; + padding-bottom: 52%; + + body.home & { + padding-bottom: 90%; + } } .home & { min-height: 100% !important; } + + .dotclear { + padding-right: 20px; + max-width: 50%; + + @media @m900 { + padding-right: 0; + max-width: none; + } + } } + .col-2 { + flex-basis: 100%; + } + .buttons { margin-top: 50px; white-space: nowrap; @@ -35,7 +53,7 @@ .background-button-green(); } - @media @m1024 { + @media (max-width: 1100px) { min-width: 0; padding-left: 20px; padding-right: 20px; -- 2.39.5