Skip to content

Commit b08d7f5

Browse files
committed
Fix body height
1 parent c7307ce commit b08d7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
display: flex;
1313
flex-direction: column;
1414
width: 100vw;
15-
height: 100vh;
15+
min-height: 100vh;
1616
background-image: url('../images/grass.jpg');
1717
background-position: center center;
1818
background-attachment: fixed;

0 commit comments

Comments
 (0)