From 5c12f8485fc83f89e7b1917c60bf1c9fb28cefbd Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 6 Jun 2023 16:36:34 -0500 Subject: [PATCH] Add header centering styles --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index c847746..c68104e 100644 --- a/style.css +++ b/style.css @@ -771,6 +771,13 @@ nav.top.alert p { top: -8px; margin-bottom: -8px; } + + /* Center header */ + body > .header { + max-width: 1200px; + margin-left: auto; + margin-right: auto; + } } @media only screen and (orientation: portrait) {