Skip to content

Instantly share code, notes, and snippets.

@MorrisJobke
Created December 5, 2016 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MorrisJobke/131ccb4652588aeab43af6f792d9052e to your computer and use it in GitHub Desktop.
Save MorrisJobke/131ccb4652588aeab43af6f792d9052e to your computer and use it in GitHub Desktop.
Make http://adventofcode.com/2016 nice for small screens
/*
* add this as user style for URLs starting with http://adventofcode.com/2016/day/ in your browser
*/
body {
min-width: initial;
}
header {
white-space: initial;
}
article {
width: initial;
max-width: 45em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment