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