Skip to content

Instantly share code, notes, and snippets.

@sinsunsan
Created September 10, 2012 16:00
Show Gist options
  • Save sinsunsan/3691742 to your computer and use it in GitHub Desktop.
Save sinsunsan/3691742 to your computer and use it in GitHub Desktop.
@media (max-width:767px) {
#site-description {
display: none;
}
#secondary {
float: none !important;
}
#content {
margin: 0 !important;
}
#content img {
max-width: 100%;
}
}
@media (max-width:1024px) {
body {
width: auto;
}
}
<meta name="viewport" content="width=device-width,initial-scale=1">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment