diff --git a/src/styles/_header.styl b/src/styles/_header.styl index bc157f6..0bffafa 100644 --- a/src/styles/_header.styl +++ b/src/styles/_header.styl @@ -1,4 +1,7 @@ .header + background url('../images/jumbo.jpg') + background-position bottom center + background-size cover height 400px overflow hidden position relative @@ -8,6 +11,9 @@ @media screen and (max-width: 1030px) height 300px + video + display none + .header__container background #3E7394 background linear-gradient(120deg, rgba(#085078, 0.8) 10%, rgba(#85D8CE, 0.7) 90%)