This commit is contained in:
cuom1999 2022-11-25 00:41:13 -06:00
parent e35f91ca2d
commit 7a74f940fa
2 changed files with 7 additions and 0 deletions

View file

@ -804,3 +804,9 @@ math {
margin-top: 6px;
}
}
@media (min-width: 800px) {
#event-tab {
display: none;
}
}

View file

@ -8,6 +8,7 @@
clear: both;
}
}
/* TODO: remove this */
@media (min-width: 800px) {
#event-tab {
display: none;