projects
/
WP-Themes
/
capstone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f3374f
)
I think this try may work
author
Ian Weller
<ian@gaslightmedia.com>
Thu, 8 Sep 2016 20:38:44 +0000
(16:38 -0400)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/scss/_main.scss
b/scss/_main.scss
index
a6ed6b7
..
dff3070
100644
(file)
--- 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;
+ }
}
}