diff options
Diffstat (limited to '_sass/yat.scss')
-rw-r--r-- | _sass/yat.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/yat.scss b/_sass/yat.scss index 52162d7..c36c55c 100644 --- a/_sass/yat.scss +++ b/_sass/yat.scss @@ -31,7 +31,7 @@ $footer-height: $header-height * 1.05 !default; $footer-text-color: rgba(lighten(invert($theme-color), 30%), 50%) !default; $footer-background-color: darken($theme-color, 5%) !default; -$banner-height: 350px !default; +$banner-height: 380px !default; $banner-text-color: lighten($white-color, 0%) !default; $banner-background: darken(#333, 5%) !default; |