From 562b69f83c18718466e18ef6df727d9be85d44f9 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Wed, 7 Sep 2016 12:22:59 +0000 Subject: [PATCH] Fix #682 @0.5 --- less/410-features.less | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/less/410-features.less b/less/410-features.less index f6c01e1..2653514 100644 --- a/less/410-features.less +++ b/less/410-features.less @@ -144,14 +144,14 @@ [data-cols="2"] & { background-size: 120%; + @media @m1024 { + background-size: 105%; + } + .feature-text { width: 100%; } } - - @media @m1024 { - background-size: 105%; - } } &.rectangle-bottom, &.square-bottom { background-position: center bottom; @@ -210,12 +210,16 @@ [data-cols="1"] & { padding: 30px; } + + @media (max-width: 1400px) { + padding: 20px 25px; + } } .feature-icon { font-size: 65px; line-height: 49px; - margin-bottom: 30px; + margin-bottom: 12px; margin-right: 30px; [data-cols="2"] & { @@ -250,8 +254,19 @@ font-size: 14px; } + @media @m1024 { + font-size: 13px; + } + @media @m900 { + font-size: 12px; + } + .rectangle-right & { width: 30%; + + [data-cols="1"] & { + width: 100%; + } } .square-top & { @@ -276,6 +291,10 @@ line-height: 1; margin-bottom: 15px; text-transform: uppercase; + + @media @m1024 { + margin-bottom: 7px; + } } .text-light { -- 2.39.5