diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2021-08-23 19:05:35 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2021-08-23 19:05:35 +0800 |
commit | a829aa621530036d518a5ccc0391c0c330dabf6a (patch) | |
tree | 3a652e84ab664ae2c993d6d97f70092185950c3b /assets/css | |
parent | 9ecb45bd4e0e07750609347f220acd0455763b64 (diff) |
feat: support to configure the page content width (#52)
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/main.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/main.scss b/assets/css/main.scss index 8926243..8b7bcb4 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -33,4 +33,6 @@ $brand-color: map-get($brand-colors, "orangered"); $brand-color: {{ site.brand_color | default: '#ff5100' }}; } +$content-width: {{ site.content_width | default: '920px' }}; + @import "yat"; |