From 0106dfd9095c12f8b326b83044256d23aefcdb7a Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Mon, 1 Nov 2021 16:52:55 +1100
Subject: [PATCH] Remove horizontal body padding in docs site

For some reason, this pushes everything off-center.
---
 docs/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/styles.css b/docs/styles.css
index a71696e..80dcea4 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -10,7 +10,7 @@ html {
 
 body {
   margin: 0 auto;
-  padding: 0 2rem 2rem;
+  padding: 0 0 2rem;
   max-width: 40rem;
 }