From: Anthony Talarico Date: Tue, 26 Jan 2016 21:39:50 +0000 (-0500) Subject: adding margin to .no-featured at 1024 breakpoint X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=787e11081b12992ba96af64c2419e2bc11e0c3e6;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git adding margin to .no-featured at 1024 breakpoint --- diff --git a/css/app.css b/css/app.css index 7084b29..db3ad6d 100644 --- a/css/app.css +++ b/css/app.css @@ -6433,8 +6433,10 @@ header { header .sticky { z-index: 150; } -.no-featured { - margin-top: 87px; } +@media (max-width: 1024px) { + #page-wrapper .no-featured { + padding: 0px; + margin-top: 60px; } } .contain-to-grid { box-shadow: 0 5px 10px -1px #999999; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index fe52243..ef43915 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -180,14 +180,14 @@ header { z-index: 150; } } -//@media (max-width: 1024px){ -// #page-wrapper .no-featured{ -//// min-height: 104px; -// padding: 0px; -// margin-top: 87px; -// } -// -//} -.no-featured{ - margin-top: 87px; -} \ No newline at end of file +@media (max-width: 1024px){ + #page-wrapper .no-featured{ +// min-height: 104px; + padding: 0px; + margin-top: 60px; + } + +} +//.no-featured{ +// margin-top: 87px; +//} \ No newline at end of file