mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Fixed max width none (#9631)
This commit is contained in:
parent
1835804e86
commit
bdef1ca23c
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@
|
|||
|
||||
@media (min-width: 1300px) {
|
||||
.standard-page {
|
||||
max-width: none;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue