Skip to content

Instantly share code, notes, and snippets.

View ScottJr's full-sized avatar
💭
Writing code

Scott Harrington ScottJr

💭
Writing code
View GitHub Profile
@ScottJr
ScottJr / ktc-slider.scss
Last active September 14, 2016 18:26
Shopfiy Slider: requires bx-slider as a dependency.
.bx-wrapper img {
width: 100%;
}
#ktc-slider-container{
position: relative;
@media screen and (max-width: 767px){
display: none;
}
}