Updated menu view for mobile.

This commit is contained in:
Mike Cao 2023-10-16 21:55:59 -07:00
parent a8f429c9ee
commit a43422d81f
5 changed files with 70 additions and 5 deletions

View file

@ -91,6 +91,10 @@
z-index: -1;
}
.empty {
min-height: 200px;
}
@media only screen and (max-width: 992px) {
.body {
height: auto;