From 2a68c22d05d24090f6e2082a75bcd9ad5aa0e7e3 Mon Sep 17 00:00:00 2001 From: andres alcocer Date: Wed, 6 Oct 2021 14:41:28 -0400 Subject: [PATCH] fixed header styling --- src/static/sass/layout/_header.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/static/sass/layout/_header.scss b/src/static/sass/layout/_header.scss index eb50ef2..657c9f2 100644 --- a/src/static/sass/layout/_header.scss +++ b/src/static/sass/layout/_header.scss @@ -1,8 +1,9 @@ .header { background-color: $color-background; grid-column: 1 / 13; - height: 65rem; - display: inline-block; + height: 82vh; + // display: inline-block; + display: grid; @include responsive(phone) { height: 50rem; @@ -77,13 +78,12 @@ } &--fadeBottom { + align-self: end; height: 28.5rem; background-image: linear-gradient( 180deg, transparent, - rgba(0, 0, 0, 0.61), - rgb(31, 30, 30), - rgb(17, 17, 17), + rgba(15, 15, 15, 0.61), rgb(17, 17, 17), rgb(17, 17, 17) );