Skip to content

Instantly share code, notes, and snippets.

@Prophet-Phoenix
Last active October 18, 2022 16:06
Show Gist options
  • Save Prophet-Phoenix/18fd48d361e2d672b01a4f0ec6aa8959 to your computer and use it in GitHub Desktop.
Save Prophet-Phoenix/18fd48d361e2d672b01a4f0ec6aa8959 to your computer and use it in GitHub Desktop.
Small adaptation of 100morebytes (https://t.mkws.sh/100morebytes).
html {
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
font-family: sans-serif;
}
h1,h2,h3,h4,h5,h6 {
margin: 3em 0 1em;
font-family: serif;
}
p,ul,ol {
margin-bottom: 2em;
color: #1d1d1d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment