From 54c166a201140701a07f732d4dd132a6a28312f0 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 8 Sep 2016 16:38:44 -0400 Subject: [PATCH] I think this try may work I went throught the GitGui and I think I found my solution to replicate the results. --- scss/_main.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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; + } } } -- 2.17.1