From 0e5e4275903135764c5610a884b6fd96c3f9c3c7 Mon Sep 17 00:00:00 2001 From: Andy Phillipson Date: Mon, 12 Dec 2016 10:55:38 -0500 Subject: [PATCH] Update icon size and position. --- src/sass/views/tab-home.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 43c613bd9..fa6356347 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -112,9 +112,9 @@ color: $light-gray; } &__icon { - width: 20px; + width: 15px; position: relative; - top: 4px; + top: 3px; color: $light-gray; } }