From b1ad85a32e304c8ab9849763c9948d3174d4481c Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Tue, 20 Jul 2021 00:53:40 +0800 Subject: [PATCH] fix: remove content max-width --- src/_root.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_root.scss b/src/_root.scss index 8612eca..010a6e7 100644 --- a/src/_root.scss +++ b/src/_root.scss @@ -2,7 +2,6 @@ --ct-page-title-font-family: Asap, "Noto Sans SC", sans-serif; --ct-text-size: 16px; --ct-line-height: 1.5; - --ls-main-content-max-width: 1200px; --ls-font-family: "Noto Sans SC", sans-serif; --ct-background: var(--ls-primary-background-color);