Skip to content

Commit

Permalink
fix: normalize last slider item height (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCG authored Oct 5, 2023
1 parent f485b88 commit 0aca726
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/blocks/Slider/Slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,6 @@ $block: '.#{$ns}SliderBlock';

.slick-slide {
padding: 0 $slideOffset;

&:last-child {
padding: 0 $gridContainerMargin + $gridGutterMobile 0 $slideOffset;
}
}
}
}
Expand Down

0 comments on commit 0aca726

Please sign in to comment.