From a829aa621530036d518a5ccc0391c0c330dabf6a Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Mon, 23 Aug 2021 19:05:35 +0800 Subject: feat: support to configure the page content width (#52) --- _sass/yat.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_sass') diff --git a/_sass/yat.scss b/_sass/yat.scss index 7329c56..5d1a631 100644 --- a/_sass/yat.scss +++ b/_sass/yat.scss @@ -34,7 +34,7 @@ $banner-text-color: lighten($white-color, 0%) !default; $banner-background: rgba(0,0,0,0.8) !default; // Width of the content area -$content-width: 920px !default; +// $content-width: 920px !default; $on-palm: 600px !default; $on-laptop: 800px !default; -- cgit v1.2.3