Skip to content

Commit

Permalink
Merge pull request #4 from imagewize/slick-arrow-patch
Browse files Browse the repository at this point in the history
Slick Slider Arrow Patch
  • Loading branch information
jasperf authored Jan 31, 2025
2 parents fb22eab + 243d0a3 commit 844da2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/carousel/style-index-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/carousel/style-index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/carousel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
}

.slick-prev {
left: -20px;
left: 25px;
}

.slick-next {
right: -20px;
right: 25px;
}

&.alignfull {
Expand Down

0 comments on commit 844da2e

Please sign in to comment.