Skip to content

Commit

Permalink
make .line height 100dvh
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnorm2 committed Sep 18, 2023
1 parent 05461df commit b076cd5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ main img {
position: absolute;
width: 105%;
overflow: hidden;
height: 100%;
height: 100dvh;
background-color: white;
z-index: -1;
margin-bottom: -10px;
Expand Down Expand Up @@ -330,6 +330,11 @@ main img {
} */
.flex-container {
height: 100dvh;
margin-bottom: 0;
}
.line,
.wave {
margin-bottom: 0px;
}
.two.portfolio {
margin-top: 0;
Expand Down Expand Up @@ -369,7 +374,7 @@ main img {
} */
.flex-container {
height: 100dvh;
/* animation-fill-mode: forwards; */
margin-bottom: 50px;
}
.two.portfolio {
margin-top: 0;
Expand Down

0 comments on commit b076cd5

Please sign in to comment.