There was an error while loading. Please reload this page.
2 parents f10faae + 7b4e3be commit ebfeadcCopy full SHA for ebfeadc
1 file changed
packages/styles/scss/components/carousel/_carousel.scss
@@ -183,3 +183,11 @@
183
}
184
185
186
+
187
+// AEM nav space for last carousel when hr is hidden
188
+body[data-fullwidthtemplate='true']
189
+ .table-of-contents
190
+ .carousel:last-of-type:not(:has(.#{$prefix}--grid > [horizontal-ruler]))
191
+ #{$c4d-prefix}-carousel::part(navigation) {
192
+ margin-block-end: $spacing-06;
193
+}
0 commit comments