Fixed page height.

This commit is contained in:
Mike Cao 2023-10-16 21:13:48 -07:00
parent 3d9da7326e
commit a8f429c9ee

View File

@ -7,4 +7,5 @@
max-width: 1320px;
margin: 0 auto;
padding: 0 20px;
min-height: calc(100vh - 60px);
}