Skip to content

Instantly share code, notes, and snippets.

@sanographix
Created January 17, 2014 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanographix/8477754 to your computer and use it in GitHub Desktop.
Save sanographix/8477754 to your computer and use it in GitHub Desktop.
Illustfolio 2 の flexslider の高さちょっと高くする
.flexslider,
.flexslider .slides li {
height: 630px;
}
@media (min-width: 1220px) {
.flexslider,
.flexslider .slides li {
height: 780px;
}
}
@media (max-width: 767px) {
.flexslider,
.flexslider .slides li {
height: 275px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment