feat: support to configure the page content width (#52)
This commit is contained in:
parent
9ecb45bd4e
commit
a829aa6215
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue