Skip to content

Commit

Permalink
make .wave height 100dvh
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnorm2 committed Sep 18, 2023
1 parent b076cd5 commit 2f1eb35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ main img {
margin-bottom: -10px;
/* border: 1px solid red; */
}
.whiteLine {
/* .whiteLine {
height: 100%;
width: 100%;
}
} */
.line-1 {
z-index: 15;
opacity: 0.5;
Expand All @@ -228,7 +228,7 @@ main img {
position: absolute;
left: 0;
width: 400%;
height: 100%;
height: 100dvh;
background-repeat: repeat no-repeat;
background-position: 0 bottom;
transform-origin: center;
Expand Down

0 comments on commit 2f1eb35

Please sign in to comment.