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