blog feed image padding added
authorIan Weller <ian@gaslightmedia.com>
Wed, 16 Sep 2015 17:07:10 +0000 (13:07 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 16 Sep 2015 17:07:10 +0000 (13:07 -0400)
css/app.css
scss/_blog.scss

index aae1c0c..855ca60 100644 (file)
@@ -6632,7 +6632,7 @@ ul#sec-nav {
         .top-bar-section ul li .dropdown li:nth-child(even) {
           margin: 0 5% 0 0; }
         .top-bar-section ul li .dropdown li a {
-          font-size: 0.9375rem;
+          font-size: 1.0625rem;
           white-space: pre-wrap;
           text-transform: uppercase;
           border-bottom: 1px dotted #000000; }
@@ -7131,7 +7131,7 @@ h2#slide-text {
 
 .blog-feed-post:nth-child(odd) .blog-feed-img {
   float: left;
-  padding: 0;
+  padding: 0 15px;
   margin-bottom: 25px; }
   @media only screen and (max-width: 40em) {
     .blog-feed-post:nth-child(odd) .blog-feed-img {
@@ -7142,7 +7142,7 @@ h2#slide-text {
         margin: 0 auto; } }
 .blog-feed-post:nth-child(even) .blog-feed-img {
   float: right;
-  padding: 0;
+  padding: 0 15px;
   margin-bottom: 15px; }
   @media only screen and (max-width: 40em) {
     .blog-feed-post:nth-child(even) .blog-feed-img {
index af9d857..42bbc73 100644 (file)
@@ -90,7 +90,7 @@
     &:nth-child(odd) {
         .blog-feed-img {
             float: left;
-            padding: 0;
+            padding: 0 15px;
             margin-bottom: 25px;
             @media #{$small-only} {
                 float: none;
     &:nth-child(even) {
         .blog-feed-img {
             float: right;
-            padding: 0;
+            padding: 0 15px;
             margin-bottom: 15px;
             @media #{$small-only} {
                 float: none;