[fe/style] make content wider

This commit is contained in:
hexxa 2022-03-26 12:07:34 +08:00 committed by Hexxa
parent d7f8fac07e
commit fcd4350e6a
2 changed files with 4 additions and 4 deletions

View file

@ -115,7 +115,7 @@
.theme-dark .container-center {
margin: 2rem auto auto auto;
width: 96%;
max-width: 80rem;
max-width: 100rem;
z-index: 9;
}
@ -239,7 +239,7 @@
}
.theme-dark #root-container {
max-width: 80rem;
max-width: 100rem;
width: 96%;
text-align: left;
margin: 3rem auto 8rem auto;