From b65a42396a7c73c04f5d4d7ad37ef466d63f634d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Tue, 15 Nov 2016 01:02:29 -0300 Subject: [PATCH] align title and icon on rate app view --- src/sass/views/feedback/rateApp.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sass/views/feedback/rateApp.scss b/src/sass/views/feedback/rateApp.scss index d90f5700d..9f44f5920 100644 --- a/src/sass/views/feedback/rateApp.scss +++ b/src/sass/views/feedback/rateApp.scss @@ -7,14 +7,13 @@ .icon-svg > img { width: 80px; height: 80px; - margin-right: 30px; margin-top: 15px; } .title { font-size: 20px; font-weight: bold; color: $dark-gray; - margin: 40px 10px 10px; + margin: 40px 50px 10px; text-align: center; } .subtitle {