Skip to content

Commit 8556c68

Browse files
committed
fix content height
1 parent 7df8e59 commit 8556c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

99-parallax website/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ nav {
3333
top: 30%;
3434
left: 50%;
3535
font-size: 6rem;
36-
transform: translate(-50%, -30%);
36+
transform: translate(-50%, -50%);
3737
}
3838

3939
.content {
4040
width: 100%;
4141
background-color: rgb(24, 24, 24);
42-
min-height: 100vh;
42+
min-height: 110vh;
4343
z-index: 2;
4444
position: absolute;
4545
}

0 commit comments

Comments
 (0)