Fix inconsistent body width

This commit is contained in:
Christian Bundy 2019-06-29 14:19:25 -07:00
parent 3bd35590eb
commit 82a96c4644
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ pre {
background: hsl(240, 100%, 99%);
}
body {
width: 100%;
max-width: 40rem;
margin: 1.5rem;
}