Skip to content

Instantly share code, notes, and snippets.

@andflett
Created July 19, 2011 11:09
Show Gist options
  • Save andflett/1091998 to your computer and use it in GitHub Desktop.
Save andflett/1091998 to your computer and use it in GitHub Desktop.
@media all and (max-device-width: 768px) and (orientation:portrait) {
#site { width: 525px; }
nav { float: none; width: 100%; }
}
@media all and (max-device-width: 480px) {
#site { width: 315px; }
.container aside { margin-left: 0; width: 295px; }
nav { float: none; width: 100%; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment