From 4fb70a4d9c998075d70223443ee8b4ce54d00ee0 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Mon, 27 Jun 2016 13:26:00 -0700 Subject: [PATCH] Fix(css): move iphone image down a scooch closes #9339 --- client/less/challenge.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/less/challenge.less b/client/less/challenge.less index ef866b9ce5..30a491e524 100644 --- a/client/less/challenge.less +++ b/client/less/challenge.less @@ -154,7 +154,7 @@ iframe.iphone { // To adjust right margin, negative values bring the image closer to the edge of the screen .iphone-position { position: absolute; - top: -50px; + top: -45px; z-index: -1; right: -195px; @media (min-width: 1200px) and (max-width: 1250px){