From: stephen@cubedesigners.com Date: Wed, 3 Aug 2016 16:22:24 +0000 (+0000) Subject: Improve responsive behaviour and fix problem with spacing on internal pages for conta... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=543dadee8b0bb4d10b1f4cb379b25d10ebdc484f;p=fluidbook-v3.git Improve responsive behaviour and fix problem with spacing on internal pages for contact footer #548 @0.75 --- 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;