Fix(css): move iphone image down a scooch

closes #9339
This commit is contained in:
Berkeley Martinez
2016-06-27 13:26:00 -07:00
parent 668bd74690
commit 4fb70a4d9c

View File

@ -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){