From d853f15030c49bfa5f61ca8a646d95e5930ae4b6 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 9 May 2016 17:06:49 -0400 Subject: [PATCH] final touches, I think --- css/app.css | 2 +- front-page.php | 4 ++-- index.php | 7 ++----- parts/blog-feed-home.php | 4 ++-- scss/_main.scss | 2 +- 5 files changed, 8 insertions(+), 11 deletions(-) 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; } } -- 2.17.1