Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8556c68

Browse files
committed
fix content height
1 parent7df8e59 commit8556c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎99-parallax website/style.css

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp