Skip to content

Instantly share code, notes, and snippets.

@letientai299
Last active November 4, 2016 06:29
Show Gist options
  • Save letientai299/4fcd8e4805242c384315c6cc654b9d88 to your computer and use it in GitHub Desktop.
Save letientai299/4fcd8e4805242c384315c6cc654b9d88 to your computer and use it in GitHub Desktop.
Force max width for every site using Stylish
body {
max-width: 800px! important;
min-width: 0px! important;
margin: auto! important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment