feat: widen the maxwidth of page content

This commit is contained in:
chenghx 2018-08-31 17:32:21 +08:00
parent 2d3cfdfff0
commit 446485a63e
3 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ export default {
}
.global-header-wide{
&.head{
max-width: 1200px;
max-width: 1400px;
margin: auto;
}
&.side{

View File

@ -69,7 +69,7 @@ export default {
}
&.head{
margin: 24px auto 0;
max-width: 1200px;
max-width: 1400px;
}
}
</style>

View File

@ -69,7 +69,7 @@ export default {
.page-header-wide{
&.head{
margin: auto;
max-width: 1200px;
max-width: 1400px;
}
&.side{
}