Skip to content

Commit c15d0bb

Browse files
authored
fix: one slide paddings adjustments (#1321)
1 parent 71b0873 commit c15d0bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/blocks/Slider/Slider.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ $dotSize: 8px;
3838
}
3939

4040
&__slide.swiper-slide {
41-
padding: 0 #{$gridGutter};
41+
@include add-specificity(&) {
42+
padding: 0 #{$gridGutter};
43+
}
44+
4245
box-sizing: border-box;
4346
height: auto;
4447

0 commit comments

Comments
 (0)