Reducing padding for the blog feed image for members only excerpts feed
authorLaury GvR <laury@gaslightmedia.com>
Fri, 21 Jul 2017 20:20:04 +0000 (16:20 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 21 Jul 2017 20:20:04 +0000 (16:20 -0400)
css/app.css
scss/_blog.scss

index efb65f2..8649dc6 100644 (file)
@@ -7869,7 +7869,7 @@ body #glm-member-front-header .button.glm-button {
   .blog-feed-post .blog-feed-content {
     padding-top: 10px; }
   .blog-feed-post .blog-feed-img {
-    padding: 0 0 0 15px;
+    padding: 0;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
     overflow: hidden;
index 56374c2..897568b 100644 (file)
         padding-top: 10px;
     }
     .blog-feed-img {
-        padding: 0 0 0 15px;
+        padding: 0;
         border-top-left-radius: 4px;
         border-bottom-left-radius: 4px;
         overflow: hidden;