Skip to content

Commit

Permalink
fix: code styling cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Polostor committed Sep 24, 2023
1 parent eebd766 commit 52f3b32
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 52f3b32

Please sign in to comment.