fix page dimensions

This commit is contained in:
slice 2018-07-13 18:50:00 -07:00
parent 9569763e52
commit 0419434e89
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 5 additions and 1 deletions

View File

@ -4,10 +4,14 @@ html, body {
body {
margin: 0;
padding: 1rem;
padding: 2rem;
font: 16px/1.5 system-ui, sans-serif;
}
h1:first-child {
margin-top: 0;
}
*, *:before, *:after {
box-sizing: inherit;
}