From 531ba152f7c5ac60cce6b9308fb72b190a790ead Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Mon, 3 Jun 2024 14:31:30 +0200 Subject: [PATCH] fix padding --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index b6d0e26..a951e33 100644 --- a/templates/index.html +++ b/templates/index.html @@ -43,7 +43,7 @@ @media (min-width: 600px) { body { font-size: 3rem; - padding: 40px; + padding: 0 20px 0 20px; } } @media (min-width: 900px) {