diff --git a/packages/gatsby-theme-carbon/src/components/ResourceCard/resource-card-group.scss b/packages/gatsby-theme-carbon/src/components/ResourceCard/resource-card-group.scss index cc73b1cfa..b1711ce55 100644 --- a/packages/gatsby-theme-carbon/src/components/ResourceCard/resource-card-group.scss +++ b/packages/gatsby-theme-carbon/src/components/ResourceCard/resource-card-group.scss @@ -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%; }