CSS updates for mobile.

This commit is contained in:
Mike Cao 2022-02-16 23:10:35 -08:00
parent edc31ba42b
commit f5a268c916
3 changed files with 15 additions and 1 deletions

View file

@ -33,3 +33,10 @@
.eventschart {
padding-top: 30px;
}
@media only screen and (max-width: 992px) {
.menu {
display: flex;
flex-direction: column;
}
}