I think this try may work
authorIan Weller <ian@gaslightmedia.com>
Thu, 8 Sep 2016 20:38:44 +0000 (16:38 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 8 Sep 2016 20:38:44 +0000 (16:38 -0400)
I went throught the GitGui and I think I found my solution to replicate
the results.

scss/_main.scss

index a6ed6b7..dff3070 100644 (file)
@@ -378,6 +378,12 @@ div.accordion {
         @include breakpoint(medium down) {
             padding-bottom: 18px;
         }
+        &:first-child {
+            padding-left: 0;
+        }
+        &:last-child {
+            padding-right: 0;
+        }
     }
 }