Skip to content

Commit

Permalink
fix(ResourceCard group): add support for nth child selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed May 16, 2019
1 parent db5449d commit a3d6989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Card groups
// Set spacing to the right of the group
.resource-card-group .#{$prefix}--col-lg-4:nth-child(2) {
.resource-card-group .#{$prefix}--col-lg-4:nth-child(2n) {
@include carbon--breakpoint('lg') {
margin-right: 33%;
}
Expand Down

0 comments on commit a3d6989

Please sign in to comment.