Add header centering styles

This commit is contained in:
Wirlaburla 2023-06-06 16:36:34 -05:00
parent f947a16803
commit 5c12f8485f

View File

@ -771,6 +771,13 @@ nav.top.alert p {
top: -8px; top: -8px;
margin-bottom: -8px; margin-bottom: -8px;
} }
/* Center header */
body > .header {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
} }
@media only screen and (orientation: portrait) { @media only screen and (orientation: portrait) {