Skip to content

Commit

Permalink
fixed background images not in the center issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-pandeyy committed May 26, 2024
1 parent db231c5 commit 7487a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@ header nav:hover > a:not(:hover):not(.active) {
position: absolute;
bottom: 0;
z-index: -1;
width: 100vw;
}

.home .road {
position: absolute;
bottom: 0;
z-index: 1;
width: 100vw;
}

.home .upload {
Expand Down

0 comments on commit 7487a70

Please sign in to comment.