Skip to content

Instantly share code, notes, and snippets.

@killa-kyle
Created October 17, 2021 01:01
Show Gist options
  • Save killa-kyle/6313b27aa29077974de3fb19742942fc to your computer and use it in GitHub Desktop.
Save killa-kyle/6313b27aa29077974de3fb19742942fc to your computer and use it in GitHub Desktop.
base styles for decent layout
html {
max-width: 38rem;
padding: 2rem;
margin: auto;
line-height: 1.5rem;
font-size: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment