Skip to content

Instantly share code, notes, and snippets.

@RyoSugimoto
Created February 24, 2013 12:59
Show Gist options
  • Save RyoSugimoto/5023750 to your computer and use it in GitHub Desktop.
Save RyoSugimoto/5023750 to your computer and use it in GitHub Desktop.
レティーナディスプレイのためのメディアクエリの記述例。
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment