From 1f33d1e88fa981b1173d378714cc49acb6d7adfe Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 8 Dec 2015 11:04:38 -0500 Subject: [PATCH] added margin to all template page header logos --- css/app.css | 4 ++-- parts/top-bar_art-gallery.php | 2 +- parts/top-bar_crooked-river.php | 2 +- parts/top-bar_drawbridge.php | 2 +- parts/top-bar_main.php | 2 +- parts/top-bar_perry.php | 2 +- parts/top-bar_pier.php | 2 +- parts/top-bar_pointer-boat.php | 2 +- parts/top-bar_vacation.php | 2 +- parts/top-bar_weathervane.php | 2 +- scss/_page.header.scss | 4 ++-- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/css/app.css b/css/app.css index 6c7f9e5..a2943d5 100644 --- a/css/app.css +++ b/css/app.css @@ -6487,8 +6487,8 @@ header .searchform input[type="submit"]:hover { left: 0 !important; } @media only screen and (max-width: 40em) { - #headerLogo { - margin-top: 30px; } + .headerLogo { + margin-top: 35px; } #properties { margin-left: 0px !important; } #properties .top-bar .top-bar-section ul#menu-properties li a { diff --git a/parts/top-bar_art-gallery.php b/parts/top-bar_art-gallery.php index c1b421f..ef8cf8a 100644 --- a/parts/top-bar_art-gallery.php +++ b/parts/top-bar_art-gallery.php @@ -10,7 +10,7 @@ - + diff --git a/parts/top-bar_crooked-river.php b/parts/top-bar_crooked-river.php index 304b3e4..2b914a6 100644 --- a/parts/top-bar_crooked-river.php +++ b/parts/top-bar_crooked-river.php @@ -8,7 +8,7 @@
- +
diff --git a/parts/top-bar_drawbridge.php b/parts/top-bar_drawbridge.php index d9a558b..780f520 100644 --- a/parts/top-bar_drawbridge.php +++ b/parts/top-bar_drawbridge.php @@ -8,7 +8,7 @@
- +
diff --git a/parts/top-bar_main.php b/parts/top-bar_main.php index f422169..ed25d92 100644 --- a/parts/top-bar_main.php +++ b/parts/top-bar_main.php @@ -3,7 +3,7 @@
- +
diff --git a/parts/top-bar_perry.php b/parts/top-bar_perry.php index d0c3b95..5f9ced3 100644 --- a/parts/top-bar_perry.php +++ b/parts/top-bar_perry.php @@ -8,7 +8,7 @@
- +
diff --git a/parts/top-bar_pier.php b/parts/top-bar_pier.php index 5c66f1a..1511f27 100644 --- a/parts/top-bar_pier.php +++ b/parts/top-bar_pier.php @@ -8,7 +8,7 @@
- +
diff --git a/parts/top-bar_pointer-boat.php b/parts/top-bar_pointer-boat.php index 758939a..28402cf 100644 --- a/parts/top-bar_pointer-boat.php +++ b/parts/top-bar_pointer-boat.php @@ -8,7 +8,7 @@
- +
diff --git a/parts/top-bar_vacation.php b/parts/top-bar_vacation.php index bca141b..37af7a6 100644 --- a/parts/top-bar_vacation.php +++ b/parts/top-bar_vacation.php @@ -8,7 +8,7 @@
- +
diff --git a/parts/top-bar_weathervane.php b/parts/top-bar_weathervane.php index 0c4e84d..2711b4d 100644 --- a/parts/top-bar_weathervane.php +++ b/parts/top-bar_weathervane.php @@ -8,7 +8,7 @@
- +
diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 7ee0306..573c17b 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -274,8 +274,8 @@ header .searchform input[type="submit"]:hover{ left: 0 !important; } @media #{$small-only}{ - #headerLogo{ - margin-top: 30px; + .headerLogo{ + margin-top: 35px; } #properties{ margin-left: 0px !important; -- 2.17.1