diff --git a/sass/styles.scss b/sass/styles.scss index 5b30c93..531ddb1 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -28,42 +28,32 @@ div#wrapper, div#header, div#background, div#header_0 { } div#wrapper { - //height: 600px; overflow-y: hidden; overflow-x: hidden; perspective: 1px; } div#header, div#background { - //background: url("header_wide.svg") center repeat-x; background-image: url("header_wide.svg"); background-position-x: center; background-position-y: top; background-repeat: repeat-x; - //background-attachment: fixed; background-size: cover; - //transform: translateZ(-10px) scale(2); - //transform-style: preserve-3d; position: absolute; top: 0; - //height: 600px; width: 100%; object-fit: cover; z-index: -1; } div#header_0 { - //background: url("header_wide_0.svg") center repeat-x; background-image: url("header_wide_0.svg"); background-position-x: center; background-position-y: top; background-repeat: repeat-x; background-size: cover; - //transform: translateZ(-5px) scale(1.5); - //transform-style: preserve-3d; position: absolute; top: 0; - //height: 600px; width: 100%; object-fit: cover; z-index: -1;