Skip to content

Instantly share code, notes, and snippets.

@Korveld
Last active September 9, 2020 10:09
Show Gist options
  • Select an option

  • Save Korveld/1ec1c23244af0dce01fae05e6b51ba24 to your computer and use it in GitHub Desktop.

Select an option

Save Korveld/1ec1c23244af0dce01fae05e6b51ba24 to your computer and use it in GitHub Desktop.
Slick slider space between slides
/* 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