Skip to content

Commit 5ffe6c3

Browse files
committed
fix min-height
1 parent 1cb6b3b commit 5ffe6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

97-terminal style landing page/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body {
2525
flex-direction: column;
2626
justify-content: center;
2727
align-items: center;
28-
min-height: 70vh;
28+
min-height: 100vh;
2929
}
3030

3131
ul {

0 commit comments

Comments
 (0)