Skip to content

Instantly share code, notes, and snippets.

@hjortureh
Created October 24, 2012 20:11
Show Gist options
  • Save hjortureh/3948535 to your computer and use it in GitHub Desktop.
Save hjortureh/3948535 to your computer and use it in GitHub Desktop.
Responsive max width
.wrapper {
width: 100%;
margin: 0 auto;
max-width: 1024px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment