From a93671e488c1fe6e22779f3a7986d39643bd4869 Mon Sep 17 00:00:00 2001 From: JeanPaulLucien Date: Wed, 17 May 2017 18:47:24 +0300 Subject: [PATCH] Fixed bug 1365631 Description. https://bugzilla.mozilla.org/show_bug.cgi?id=1365631 --- public/stylesheets/homepage/instructions/ftu.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/homepage/instructions/ftu.less b/public/stylesheets/homepage/instructions/ftu.less index bc2fe55..6384c0a 100644 --- a/public/stylesheets/homepage/instructions/ftu.less +++ b/public/stylesheets/homepage/instructions/ftu.less @@ -3,19 +3,19 @@ .instruction-overlay .dialog { background: white; width: 650px; - top: 12%; + top: 8%; left: ~"calc(50% - 390px)"; .body { p { font-weight: 400; font-size: 1.45rem; - margin: 12px; + margin: 10px; } .demoimg { width: 40%; - margin: 16px auto; + margin: 0px auto; } .tutorialnotes { @@ -43,4 +43,4 @@ .webxray-base.webxray-overlay { z-index: 2147483000; -} \ No newline at end of file +}