From e6f42b196d36b26f88a9173251a116c0896f9df5 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 7 Dec 2015 11:41:20 -0500 Subject: [PATCH] adding properties menu to medium up --- css/app.css | 5 ++++- header.php | 8 ++++---- scss/_slideshow.scss | 2 +- scss/_topbar.scss | 3 +++ 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/css/app.css b/css/app.css index f1e96e0..8396a79 100644 --- a/css/app.css +++ b/css/app.css @@ -6497,6 +6497,9 @@ header .searchform input[type="submit"]:hover { @media only screen and (max-width: 40em) { .tab-bar { margin-top: 0; } } + @media only screen and (min-width:40.063em) and (max-width:64em) { + .tab-bar { + margin-top: 78px; } } .tab-bar span { color: #6c4f53; font-weight: bold; @@ -7071,7 +7074,7 @@ main a { -webkit-box-shadow: 0px -5px 8px -2px rgba(0, 0, 0, 0.5); } @media only screen and (min-width:40.063em) and (max-width:64em) { #slideshow { - top: -90px; } } + top: -83px; } } @media only screen and (max-width: 40em) { #slideshow { top: 0; } } diff --git a/header.php b/header.php index d8ecdc6..b8cfb9d 100644 --- a/header.php +++ b/header.php @@ -15,16 +15,16 @@
-
+
-
+
-
+
-