Layout fixes for DataTable.

This commit is contained in:
Mike Cao
2023-10-11 10:02:32 -07:00
parent 83fb358355
commit a79183cd13
3 changed files with 41 additions and 33 deletions

View File

@@ -16,7 +16,11 @@
min-height: 50vh;
}
@media only screen and (max-width: 768px) {
@media only screen and (max-width: 992px) {
.layout {
grid-template-columns: 1fr;
}
.menu {
display: none;
}