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) {