From 80c2d111996c31fa9991bbc2d6c39c47a83bfc41 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 28 Mar 2017 14:23:53 -0400 Subject: [PATCH] I updated the header golf logo I did some style work for the golf logo in responsive. --- css/app.css | 5 ++++- scss/_page.header.scss | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 723cd2d..385dde2 100644 --- a/css/app.css +++ b/css/app.css @@ -6485,8 +6485,11 @@ header#page-header { header#page-header #top .search-top { position: absolute; right: 0; } - header#page-header #top .search-top a#golf-logo { + header#page-header #top .search-top #golf-logo { margin-top: 5px; } + @media (max-width: 1055px) { + header#page-header #top .search-top #golf-logo { + margin-top: 25px; } } header#page-header .search input { height: 20px; width: 167px; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 612a579..67460e3 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -40,8 +40,11 @@ header#page-header { .search-top { position: absolute; right: 0; - a#golf-logo { + #golf-logo { margin-top: 5px; + @media (max-width: 1055px) { + margin-top: 25px; + } } } } -- 2.17.1