Skip to content

Commit a4418ec

Browse files
committed
min-height on main points
1 parent b4e1e6f commit a4418ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/_css/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,9 @@ body.index {
267267
flex-direction: column;
268268
padding-bottom: 4em;
269269
padding-top: 4em;
270+
min-height: 75vh;
270271
@media screen and (max-width: 1019px) {
271-
min-height: 75vh;
272+
min-height: none;
272273
text-align: center;
273274
}
274275
}

0 commit comments

Comments
 (0)