From: vincent@cubedesigners.com Date: Wed, 31 Aug 2016 10:27:05 +0000 (+0000) Subject: fix #642 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1f928207e7ccf2972213ae54fce224c8cc3dce3d;p=fluidbook-v3.git fix #642 @0:05 --- diff --git a/less/310-contact.less b/less/310-contact.less index 6bba9b3..c500ea1 100644 --- a/less/310-contact.less +++ b/less/310-contact.less @@ -1,76 +1,66 @@ @import "000-imports"; .contact { - h4 { - .font-thinning(); - color: @color-text; - font-family: @montserrat; - font-weight: 600; - font-size: 15px; - text-transform: uppercase; - margin-bottom: 10px; - } - - .contact-intro { - background-repeat: no-repeat; - background-position: bottom right; - background-size: 100%; - - // Vertically centre content - display: flex; - flex-direction: column; - justify-content: center; - - .content-wrapper { - - .dotclear { - position: relative; - .divider(); - - @media @m900 { - text-align: center; - } - } + h4 { + .font-thinning(); + color: @color-text; + font-family: @montserrat; + font-weight: 600; + font-size: 15px; + text-transform: uppercase; + margin-bottom: 10px; + } +} - } +.contact-intro { + background-repeat: no-repeat; + background-position: bottom right; + background-size: 100%; + // Vertically centre content + display: flex; + flex-direction: column; + justify-content: center; - address { - font-style: normal; + .dotclear { + position: relative; + .divider(); + } - a { - text-decoration: none; - } - } + address { + font-style: normal; - } + a { + text-decoration: none; + } + } } .resellers { - display: block !important; - background-color: @color-light-grey; - margin-bottom: -30px; // Global offset for the bottom margin on .reseller items + display: block !important; + background-color: @color-light-grey; + padding-bottom: 2% !important; - @media @m900 { - text-align: center; - } + @media @m900 { + text-align: center; + } } .reseller { - display: inline-block; - vertical-align: top; - padding-right: 30px; - width: percentage(1/6); - min-width: 240px; - margin-bottom: 30px; // Needed when items wrap - text-align: left; - - @media @m900 { - min-width: 210px; - } - - a { - text-decoration: none; - } + display: inline-block; + vertical-align: top; + padding-right: 30px; + width: percentage(1/6); + min-width: 240px; + margin-bottom: 30px; // Needed when items wrap + text-align: left; + + @media @m900 { + min-width: 210px; + } + + a { + text-decoration: none; + } } \ No newline at end of file