From 55ed7dbafdb81e8751cfb8ff2ff53d40ef84a7be Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 28 Mar 2017 16:13:42 -0400 Subject: [PATCH] relocating nav I moved the top bar navigation a bit farther down to keep it from overlaping the golf logo. --- css/app.css | 2 +- header.php | 2 +- scss/_topbar.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index fe905ed..3d01acc 100644 --- a/css/app.css +++ b/css/app.css @@ -6570,7 +6570,7 @@ ul#sec-nav { text-align: right; } .top-bar { - margin-top: 105px; } + margin-top: 125px; } @media (max-width: 1055px) { .top-bar { display: none !important; } } diff --git a/header.php b/header.php index bc749b9..e0613ac 100644 --- a/header.php +++ b/header.php @@ -62,7 +62,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.
  • Contact
  • - + diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 73edf86..7b43ebd 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -18,7 +18,7 @@ } } .top-bar { - margin-top: 105px; + margin-top: 125px; @media (max-width: 1055px) { display: none !important; } -- 2.17.1