Skip to content

Instantly share code, notes, and snippets.

@mathiasrw
Last active August 19, 2016 09:37
Show Gist options
  • Save mathiasrw/24ce7cdbb7259fb2ff96cbc18eb7dd2c to your computer and use it in GitHub Desktop.
Save mathiasrw/24ce7cdbb7259fb2ff96cbc18eb7dd2c to your computer and use it in GitHub Desktop.
/*http://www.heydonworks.com/article/on-writing-less-damn-code*/
html {
font-size: calc(0.5em + 1vw);
max-width: 88ex;
margin: 1vw auto;
padding: 0em 2em;
}
body {
font-family: monospace;
margin: 0;
}
body * + * {
margin-top: 1.5rem;
}
h1, h5 {
text-align: center;
}
h5 {
font-style: italic;
}
pre{
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment