From e838e3007096f3df28ba92f353eea2d924e18481 Mon Sep 17 00:00:00 2001 From: Vincent Chan Date: Fri, 10 Jun 2016 23:14:15 +0200 Subject: [PATCH 1/2] fix sticker position for retina screen --- assets/css/home.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/home.css b/assets/css/home.css index fdecc8d63..c2ebbdfdd 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -295,7 +295,7 @@ only screen and ( min-resolution: 160dpi ) and (min-width: 700px) a height: 35%; margin: 0 0 0 0 !important; position: absolute; - top:120%; + top:60%; left:5%; /* IE 9 */ -ms-transform: rotate(-11deg); @@ -341,7 +341,7 @@ only screen and ( min-resolution: 160dpi ) and (min-width: 862px height: 35%; margin: 0 0 0 0 !important; position: absolute; - top:20%; + top:60%; left:5%; /* IE 9 */ -ms-transform: rotate(-11deg); From 0858259049afb3e4634840bcbe25dc1521d89167 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Sun, 12 Jun 2016 17:10:47 +0200 Subject: [PATCH 2/2] one more fix --- assets/css/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/home.css b/assets/css/home.css index c2ebbdfdd..eb7466397 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -316,7 +316,7 @@ only screen and ( min-resolution: 160dpi ) and (min-width: 700px) a height: 35%; margin: 0 0 0 0 !important; position: absolute; - top:20%; + top:60%; left:5%; /* IE 9 */ -ms-transform: rotate(-11deg);