feat: support to configure the page content width (#52)

This commit is contained in:
jeffreytse 2021-08-23 19:05:35 +08:00
parent 9ecb45bd4e
commit a829aa6215
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -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";