Skip to content

Instantly share code, notes, and snippets.

@niksudan
Last active January 14, 2016 16:50
Show Gist options
  • Save niksudan/c39ff19e85ea51ca5202 to your computer and use it in GitHub Desktop.
Save niksudan/c39ff19e85ea51ca5202 to your computer and use it in GitHub Desktop.
Width fix [CSS]
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment