Skip to content

Instantly share code, notes, and snippets.

@onishi
Created January 18, 2012 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save onishi/1630307 to your computer and use it in GitHub Desktop.
Save onishi/1630307 to your computer and use it in GitHub Desktop.
Media queries for Hatena Group
@media screen and (max-device-width: 480px) {
* {
font-size: 48px;
line-height: 64px;
word-break: break-all;
}
table#banner, div#simple-header, div.sidebar, div.caption {
display:none
}
img.hatena-star-comment-button, img.hatena-star-add-button, img.hatena-star-star {
width:40px;
}
img.hatena-id-icon {
height:48px;
width:48px;
}
h1 {
height: 1em;
padding: 4px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment