From: The PCI ID Mail Robot Date: Tue, 8 Aug 2023 13:53:19 +0000 (+0200) Subject: Revert "CSS: Limit body width to 1024px" X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=57755109bba219d5047b1f90b5a566de3a06af2b;p=pciids.git Revert "CSS: Limit body width to 1024px" This reverts commit 2551b7306c6163e4ef7bc6a69854ac3e8ef754b8. max-width interferes with positioning of #bluesquare. Needs a better solution, this is just a hot-fix. --- diff --git a/static/screen.css b/static/screen.css index ac2ed82..4373534 100644 --- a/static/screen.css +++ b/static/screen.css @@ -2,9 +2,6 @@ body { color: black; background: #DDDDFF; - max-width: 1024px; - margin-left: auto; - margin-right: auto; } form.admin table.unnamedItem tr.label, .unnamedItem, .unseen-history