Add header centering styles
This commit is contained in:
parent
f947a16803
commit
5c12f8485f
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user