adding margin to .no-featured div
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 21:33:15 +0000 (16:33 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 21:33:15 +0000 (16:33 -0500)
css/app.css
scss/_page.header.scss

index 625b6e4..7084b29 100644 (file)
@@ -6433,6 +6433,9 @@ header {
   header .sticky {
     z-index: 150; }
 
+.no-featured {
+  margin-top: 87px; }
+
 .contain-to-grid {
   box-shadow: 0 5px 10px -1px #999999; }
   .contain-to-grid .top-bar {
index 2ef0418..fe52243 100644 (file)
@@ -180,3 +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