From: Ian Weller Date: Thu, 8 Sep 2016 20:38:44 +0000 (-0400) Subject: I think this try may work X-Git-Tag: v1.0.0^2~78 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=54c166a201140701a07f732d4dd132a6a28312f0;p=WP-Themes%2Fcapstone.git I think this try may work I went throught the GitGui and I think I found my solution to replicate the results. --- diff --git a/scss/_main.scss b/scss/_main.scss index a6ed6b7..dff3070 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -378,6 +378,12 @@ div.accordion { @include breakpoint(medium down) { padding-bottom: 18px; } + &:first-child { + padding-left: 0; + } + &:last-child { + padding-right: 0; + } } }