]> mj.ucw.cz Git - pciids.git/commitdiff
CSS: Limit body width to 1024px
authorThe PCI ID Mail Robot <pci-admins@ucw.cz>
Sun, 23 Jul 2023 14:09:56 +0000 (16:09 +0200)
committerThe PCI ID Mail Robot <pci-admins@ucw.cz>
Sun, 23 Jul 2023 14:09:56 +0000 (16:09 +0200)
static/screen.css

index 437353427763a58422ae814139ea3bd1ed56cd93..ac2ed82248942ef9660aee8fa6f08be2370827c3 100644 (file)
@@ -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