From 21051301328e664963532be8384d4b0fb1addc84 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Tue, 17 Jun 2014 11:19:01 +0530 Subject: added spacing between logo and brand text --- static/website/css/main.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/website') diff --git a/static/website/css/main.css b/static/website/css/main.css index 467cea6..d1e7e52 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -52,6 +52,7 @@ body { #logo { width: 25px; margin-top: -3px; + margin-right: 4px; } #content-wrapper { position: relative; -- cgit