Update blog styles
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 30 Dec 2015 17:46:06 +0000 (12:46 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 30 Dec 2015 17:46:06 +0000 (12:46 -0500)
For the home page feed give the images some top padding so they line up
with their titles.

css/app.css
scss/_blog.scss

index b15d61e..93ded0a 100644 (file)
@@ -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 {
index 785bf36..897b9eb 100644 (file)
@@ -232,3 +232,6 @@ input[type="submit"].blogbutton {
 .blog-single .addthis_default_style .addthis_counter {
      float: right;
 }
+.blog-feed-imgs {
+    padding-top: 20px;
+}