Last active
September 9, 2020 10:09
-
-
Save Korveld/1ec1c23244af0dce01fae05e6b51ba24 to your computer and use it in GitHub Desktop.
Slick slider space between slides
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* the slides */ | |
| .slick-slide { | |
| margin: 0 10px; | |
| } | |
| /* the parent */ | |
| .slick-list { | |
| margin: 0 -10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment