From 8ef308e98ef85415ce74ee179616eadb5c381f22 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 30 Sep 2015 09:56:42 -0400 Subject: [PATCH] added spacing to tab bar logo --- css/app.css | 2 +- scss/_page.header.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 1d2ef53..1356d90 100644 --- a/css/app.css +++ b/css/app.css @@ -6476,7 +6476,7 @@ header#main-head { @media (max-width: 640px) { header#main-head #tab-logo img { float: left; - margin-top: 45px; } } + margin-top: 55px; } } header#main-head #bar-logo { position: absolute; z-index: 15; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 6ef78e8..510d84a 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -14,7 +14,7 @@ header#main-head { margin: 0 auto; @media (max-width: 640px) { float: left; - margin-top: 45px; + margin-top: 55px; } } } -- 2.17.1