From 80cb87e6c5d2503a68270cc809064fc53d6d3e57 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Wed, 11 Sep 2024 08:07:26 -0500 Subject: [PATCH] Reduce padding --- web/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/templates/index.html b/web/templates/index.html index 6b911ca..7e0018d 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -102,11 +102,12 @@ @media (min-width: 1200px) { #content { margin: 0 !important; + padding: 0 !important; + width: 800px !important; position: absolute !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; - width: 800px; } } -- 2.43.4