Skip to content

Commit 93c4e24

Browse files
committed
height -> min-height
1 parent 1df3d3f commit 93c4e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ main {
2929
display: flex;
3030
justify-content: center;
3131
flex-direction: column;
32-
height: 100%;
32+
min-height: 100%;
3333
max-width: 45rem;
3434
min-width: 300px;
3535
margin: auto;

0 commit comments

Comments
 (0)