From: Ian Weller Date: Mon, 9 May 2016 21:06:49 +0000 (-0400) Subject: final touches, I think X-Git-Tag: v1.0.0^2~67 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d853f15030c49bfa5f61ca8a646d95e5930ae4b6;p=WP-Themes%2Fcsrye.git final touches, I think --- diff --git a/css/app.css b/css/app.css index 7ae4e18..f1e6c28 100644 --- a/css/app.css +++ b/css/app.css @@ -6422,7 +6422,7 @@ header { main { margin-bottom: 440px; } - @media only screen and (max-width: 40em) { + @media screen and (max-width: 1024px) { main { margin-bottom: 0; } } diff --git a/front-page.php b/front-page.php index 44f25e3..e6ace02 100644 --- a/front-page.php +++ b/front-page.php @@ -15,7 +15,7 @@
-
+
@@ -27,7 +27,7 @@
-
+
diff --git a/index.php b/index.php index 2b60dbb..8c79570 100644 --- a/index.php +++ b/index.php @@ -7,10 +7,7 @@
- -
-
-
+
@@ -20,7 +17,7 @@

-
+
diff --git a/parts/blog-feed-home.php b/parts/blog-feed-home.php index f87dca4..af47876 100644 --- a/parts/blog-feed-home.php +++ b/parts/blog-feed-home.php @@ -8,10 +8,10 @@ foreach($lastposts as $post) : setup_postdata($post); ?>
ID )) { ?> -
+
ID, array(190, 190), array('class' => 'blog-excerpt-img-wrap')); ?>
-
+
diff --git a/scss/_main.scss b/scss/_main.scss index ed9cafe..a350875 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -6,7 +6,7 @@ } main{ margin-bottom: 440px; - @media #{$small-only}{ + @media screen and (max-width: 1024px){ margin-bottom: 0; } }