Skip to content

Commit

Permalink
fix(Slider): remove side padding
Browse files Browse the repository at this point in the history
  • Loading branch information
aeksandla committed Sep 13, 2023
1 parent 8a30384 commit 05ea211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/blocks/HeaderSlider/HeaderSlider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ $block: '.#{$ns}header-slider-block';
padding-left: 0;
padding-right: 0;
}
.#{$ns}header-block__container-fluid {
padding-left: $indentXS + $indentXXXS;
}
}

.slick-track {
Expand Down

0 comments on commit 05ea211

Please sign in to comment.