From: Damian Myrda Date: Wed, 11 Sep 2024 13:07:26 +0000 (-0500) Subject: Reduce padding X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=80cb87e6c5d2503a68270cc809064fc53d6d3e57;p=p8d.git Reduce padding --- 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; } }