From f947a16803b5a14388ff0015755f422dc0546dfb Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 6 Jun 2023 14:38:01 -0500 Subject: [PATCH] Add centerer .page-container --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index fd17984..c847746 100644 --- a/style.css +++ b/style.css @@ -52,6 +52,13 @@ table { height: 64px; margin: -64px 0 0; } + + /* Center primary portion of page */ + body > .page-container { + margin-left: auto; + margin-right: auto; + max-width: 1200px; + } } @media only screen and (orientation: portrait) {