[fe/style] make content wider
This commit is contained in:
parent
d7f8fac07e
commit
fcd4350e6a
2 changed files with 4 additions and 4 deletions
|
@ -113,7 +113,7 @@
|
|||
.theme-default .container-center {
|
||||
margin: 2rem auto auto auto;
|
||||
width: 96%;
|
||||
max-width: 80rem;
|
||||
max-width: 100rem;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
|
@ -237,7 +237,7 @@
|
|||
}
|
||||
|
||||
.theme-default #root-container {
|
||||
max-width: 80rem;
|
||||
max-width: 100rem;
|
||||
width: 96%;
|
||||
text-align: left;
|
||||
margin: 3rem auto 8rem auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue