From ff6c63fdd105972c139f12e7444824ed04648879 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 29 Dec 2015 10:43:11 -0500 Subject: [PATCH] adjusted search bar position --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index c175afd..2004c1a 100644 --- a/css/app.css +++ b/css/app.css @@ -6937,7 +6937,7 @@ header { header .top-bar .top-bar-section .search-input { position: relative; - left: 930px; + left: 915px; top: -54px; width: 142px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 533cbde..11c4f46 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -76,7 +76,7 @@ } header .top-bar .top-bar-section .search-input{ position: relative; - left: 930px; + left: 915px; top: -54px; width: 142px; } -- 2.17.1