Add centerer .page-container
This commit is contained in:
parent
e9b9bd4e97
commit
f947a16803
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user