From 65bafbf039ff252b371e1549fb9e2f43f29f74ad Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 8 Dec 2015 12:54:22 -0500 Subject: [PATCH] removed properties margin-left --- css/app.css | 13 +++++++++++-- header.php | 21 ++++++++++++--------- scss/_page.header.scss | 15 ++++++++++++++- scss/_topbar.scss | 2 +- 4 files changed, 38 insertions(+), 13 deletions(-) diff --git a/css/app.css b/css/app.css index d45a5a2..4ea01db 100644 --- a/css/app.css +++ b/css/app.css @@ -6486,7 +6486,10 @@ header .searchform input[type="submit"]:hover { #properties section.top-bar-section { left: 0 !important; } -@media only screen and (max-width: 40em) { +#about section.top-bar-section { + left: 0 !important; } + +@media only screen and (min-width:0em) and (max-width:64em) { .headerLogo { margin-top: 35px; } #properties { @@ -6495,9 +6498,15 @@ header .searchform input[type="submit"]:hover { box-shadow: none !important; } .top-bar-section ul li { line-height: 2.25 !important; } + #properties .top-bar .top-bar-section ul#menu-properties li { + box-shadow: none; } #properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a { width: 206px !important; } } +@media only screen and (max-width: 40em) { + .headerLogo { + margin-top: 70px; } } + .contain-to-grid { box-shadow: 0 5px 10px -1px #999999; } .contain-to-grid .top-bar { @@ -6814,7 +6823,7 @@ header .searchform input[type="submit"]:hover { margin-top: 12px; } #properties { - margin-left: 28px; } + margin-left: 0px; } #properties .top-bar { margin-top: 0px; background: transparent; diff --git a/header.php b/header.php index 22c8b99..f0e6386 100644 --- a/header.php +++ b/header.php @@ -24,15 +24,18 @@ -
- -
-
+ +
+ +
+ + +