Remove horizontal body padding in docs site
For some reason, this pushes everything off-center.
This commit is contained in:
parent
2909e5129c
commit
0106dfd909
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ html {
|
|||
|
||||
body {
|
||||
margin: 0 auto;
|
||||
padding: 0 2rem 2rem;
|
||||
padding: 0 0 2rem;
|
||||
max-width: 40rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue