From: vincent@cubedesigners.com Date: Fri, 23 Sep 2016 11:49:07 +0000 (+0000) Subject: fix #753 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=228ee30cb7945a8a2b74ef697af99cbf7cbfb659;p=fluidbook-v3.git fix #753 @0:05 --- diff --git a/less/213-home-customers.less b/less/213-home-customers.less index 7dad7bb..d6bb378 100644 --- a/less/213-home-customers.less +++ b/less/213-home-customers.less @@ -2,50 +2,51 @@ section.customers { - .quoteLink { - .button(); - color: #fff; - margin-bottom: 20px; - .longarrow-button(16px, 40px, 18px); - } - - .btn.more { - color: @color-text; - border: 1px solid @color-text; - line-height: 52px; - margin: 0 20px; - .longarrow-button(15px, 40px, 18px); - } + .quoteLink { + .button(); + color: #fff; + margin-bottom: 20px; + .longarrow-button(16px, 40px, 18px); + } + + .btn.more { + color: @color-text; + border: 1px solid @color-text; + line-height: 52px; + margin: 0 20px; + .longarrow-button(15px, 40px, 18px); + } } - .customers-content { - width: 50%; - margin-bottom: 20px; - - @media @m900 { - width: auto; - } - - li { - display: inline-block; - width: 32%; - margin-bottom: 20px; - vertical-align: top; - padding-right: 20px; - - @media @m1280 { - width: 49%; - } - - @media (max-width: 400px) { - width: 100%; - } - } - - strong { - font-family: @montserrat; - font-weight: 600; - text-transform: uppercase; - } + width: 50%; + margin-bottom: 20px; + + @media @m900 { + width: auto; + } + + li { + display: inline-block; + width: 32%; + margin-bottom: 20px; + vertical-align: top; + padding-right: 20px; + + @media @m1280 { + width: 49%; + padding-left: 10px; + padding-right: 10px; + } + + @media (max-width: 400px) { + width: 100%; + } + } + + strong { + font-family: @montserrat; + font-weight: 600; + text-transform: uppercase; + } } \ No newline at end of file