Skip to content

Commit 769f34a

Browse files
committed
fix: 내비게이션 바가 위쪽으로 잘리는 현상 수정
1 parent 0779b26 commit 769f34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ h1 {
4242
text-align: center;
4343
display: flex;
4444
flex-direction: column;
45-
min-height: 100%;
45+
height: 100vh;
4646
min-width: 100%;
4747
}
4848

0 commit comments

Comments
 (0)