Created
March 21, 2016 15:22
-
-
Save jimboobrien/f593b3afabed572d8df8 to your computer and use it in GitHub Desktop.
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
/* fix pesky slider */ | |
.et_pb_slides .et_pb_slide { min-height: 500px; } | |
@media only screen and (max-width: 980px) { | |
.et_pb_slides .et_pb_slide { min-height: 300px; } | |
} | |
@media only screen and ( max-width: 767px ) { | |
.et_pb_slides .et_pb_slide { min-height: auto; } | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment