Add centerer .page-container

This commit is contained in:
Wirlaburla 2023-06-06 14:38:01 -05:00
parent e9b9bd4e97
commit f947a16803

View File

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