Skip to content

Instantly share code, notes, and snippets.

@kenc0224
Created January 8, 2016 11:32
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 kenc0224/d914c51f9c5f4b20da31 to your computer and use it in GitHub Desktop.
Save kenc0224/d914c51f9c5f4b20da31 to your computer and use it in GitHub Desktop.
div.wpappbox.compact {
height: 68px !important;
}
div.wpappbox.simple {
height: 112px !important;
}
@media only screen and (max-width: 500px) {
div.wpappbox.compact,
div.wpappbox.simple {
height: 60px !important;
}
}
/*おまけ:スマホで見た場合の横スクロールをヌルヌルにしたいとき*/
div.slider {
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment