diff --git a/assets/sass/_header.scss b/assets/sass/_header.scss index ce93054..9db9374 100644 --- a/assets/sass/_header.scss +++ b/assets/sass/_header.scss @@ -1,5 +1,7 @@ header { position: relative; + overflow-x: hidden; + background-color: $background-header; padding-top: 3rem; padding-bottom: 3rem; @@ -104,18 +106,15 @@ header { } .wave { - overflow: hidden; - display: block; - height: 40px; z-index: 3; svg { position: absolute; - left: -3%; - right: -3%; + left: 0; + right: 0; bottom: 0; - width: 106%; + width: 100vw; min-width: 600px; fill: $background-main;