From 330325ead6fddded417547cc2a5ecf89ad733d25 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sat, 31 Jan 2015 22:29:59 +0100 Subject: [PATCH] Reduced spacing of title icon --- src/styles/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_header.scss b/src/styles/_header.scss index 7c0508f..db4633c 100644 --- a/src/styles/_header.scss +++ b/src/styles/_header.scss @@ -47,7 +47,7 @@ header { .iconic { display: none; - margin: 0 0 0 10px; + margin: 0 0 0 5px; width: 10px; fill: white(.5); filter: drop-shadow($shadow);