fix: set max width for wide mode to 1280px

pull/7053/head
Tienson Qin 2022-10-20 13:23:57 +08:00
parent 51e39e1b9e
commit 584383f2c7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
--ls-page-text-size: 1em;
--ls-page-title-size: 36px;
--ls-main-content-max-width: 810px;
--ls-main-content-max-width-wide: 100%;
--ls-main-content-max-width-wide: 1280px;
--ls-font-family: Inter;
--ls-scrollbar-width: 6px;
--ls-border-radius-low: 4px;