From 9c76d5e137a2a23e42bac46dc8959c1f43530674 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Fri, 22 Jul 2016 16:41:25 +0000 Subject: [PATCH] Small adjustment for background images in features grid at medium resolutions to make it less likely for text to overlap the imagery. #541 @0:10 --- less/410-features.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/410-features.less b/less/410-features.less index a1618ff..869e02e 100644 --- a/less/410-features.less +++ b/less/410-features.less @@ -114,6 +114,10 @@ width: 100%; } } + + @media @m1024 { + background-size: 105%; + } } &.rectangle-bottom, &.square-bottom { background-position: center bottom; -- 2.39.5