Remove horizontal body padding in docs site

For some reason, this pushes everything off-center.
This commit is contained in:
Chris Wong 2021-11-01 16:52:55 +11:00 committed by GitHub
parent 2909e5129c
commit 0106dfd909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ html {
body {
margin: 0 auto;
padding: 0 2rem 2rem;
padding: 0 0 2rem;
max-width: 40rem;
}