summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2021-08-23 19:05:35 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2021-08-23 19:05:35 +0800
commita829aa621530036d518a5ccc0391c0c330dabf6a (patch)
tree3a652e84ab664ae2c993d6d97f70092185950c3b /_sass
parent9ecb45bd4e0e07750609347f220acd0455763b64 (diff)
feat: support to configure the page content width (#52)
Diffstat (limited to '_sass')
-rw-r--r--_sass/yat.scss2
1 files changed, 1 insertions, 1 deletions
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;