From: Steve Sutton Date: Wed, 30 Dec 2015 17:46:06 +0000 (-0500) Subject: Update blog styles X-Git-Tag: v1.0.0^2~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cbbfd51c45177194ce15af4d5dd49b9e77a837da;p=WP-Themes%2Fstaffords.git Update blog styles For the home page feed give the images some top padding so they line up with their titles. --- diff --git a/css/app.css b/css/app.css index b15d61e..93ded0a 100644 --- a/css/app.css +++ b/css/app.css @@ -8088,6 +8088,9 @@ input[type="submit"].blogbutton { .blog-single .addthis_default_style .addthis_counter { float: right; } +.blog-feed-imgs { + padding-top: 20px; } + .sidebar h2 { margin-bottom: 0; } .sidebar h3 { diff --git a/scss/_blog.scss b/scss/_blog.scss index 785bf36..897b9eb 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -232,3 +232,6 @@ input[type="submit"].blogbutton { .blog-single .addthis_default_style .addthis_counter { float: right; } +.blog-feed-imgs { + padding-top: 20px; +}