From: stephen@cubedesigners.com Date: Fri, 22 Jul 2016 16:41:25 +0000 (+0000) Subject: Small adjustment for background images in features grid at medium resolutions to... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9c76d5e137a2a23e42bac46dc8959c1f43530674;p=fluidbook-v3.git 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 --- 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;