Add centerer .page-container
This commit is contained in:
@@ -52,6 +52,13 @@ table {
|
|||||||
height: 64px;
|
height: 64px;
|
||||||
margin: -64px 0 0;
|
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) {
|
@media only screen and (orientation: portrait) {
|
||||||
|
|||||||
Reference in New Issue
Block a user