Adjusting blog feed styles for the inside members only pages
authorLaury GvR <laury@gaslightmedia.com>
Fri, 21 Jul 2017 20:19:08 +0000 (16:19 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 21 Jul 2017 20:19:08 +0000 (16:19 -0400)
css/app.css
scss/_blog.scss

index 458245c..efb65f2 100644 (file)
@@ -7865,12 +7865,13 @@ body #glm-member-front-header .button.glm-button {
     }*/
   border: 1px solid #434343;
   border-radius: 4px;
-  padding-right: 0; }
+  padding: 0; }
+  .blog-feed-post .blog-feed-content {
+    padding-top: 10px; }
   .blog-feed-post .blog-feed-img {
-    float: right;
     padding: 0 0 0 15px;
-    border-top-right-radius: 4px;
-    border-bottom-right-radius: 4px;
+    border-top-left-radius: 4px;
+    border-bottom-left-radius: 4px;
     overflow: hidden;
     /*        margin-bottom: 15px;*/ }
     @media only screen and (max-width: 40em) {
index 1c8c6f9..56374c2 100644 (file)
     }*/
     border: 1px solid #434343;
     border-radius: 4px;
-    padding-right: 0;
+    padding:0;
+    .blog-feed-content {
+        padding-top: 10px;
+    }
     .blog-feed-img {
-        float: right;
         padding: 0 0 0 15px;
-        border-top-right-radius: 4px;
-        border-bottom-right-radius: 4px;
+        border-top-left-radius: 4px;
+        border-bottom-left-radius: 4px;
         overflow: hidden;
 /*        margin-bottom: 15px;*/
         @media #{$small-only} {