Last active
June 23, 2019 10:49
-
-
Save dennis-kurochkin/4f352106caccba8edb2635d237a873e6 to your computer and use it in GitHub Desktop.
Slick Slider Slides Vertical Align
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
| .slick-initialized .slick-slide { | |
| float: none; | |
| display: inline-block; | |
| vertical-align: middle; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment