From: The PCI ID Mail Robot Date: Sun, 23 Jul 2023 14:09:56 +0000 (+0200) Subject: CSS: Limit body width to 1024px X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2551b7306c6163e4ef7bc6a69854ac3e8ef754b8;p=pciids.git CSS: Limit body width to 1024px --- diff --git a/static/screen.css b/static/screen.css index 4373534..ac2ed82 100644 --- a/static/screen.css +++ b/static/screen.css @@ -2,6 +2,9 @@ body { color: black; background: #DDDDFF; + max-width: 1024px; + margin-left: auto; + margin-right: auto; } form.admin table.unnamedItem tr.label, .unnamedItem, .unseen-history