Fix bug
This commit is contained in:
parent
e35f91ca2d
commit
7a74f940fa
2 changed files with 7 additions and 0 deletions
|
@ -804,3 +804,9 @@ math {
|
|||
margin-top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
#event-tab {
|
||||
display: none;
|
||||
}
|
||||
}
|
|
@ -8,6 +8,7 @@
|
|||
clear: both;
|
||||
}
|
||||
}
|
||||
/* TODO: remove this */
|
||||
@media (min-width: 800px) {
|
||||
#event-tab {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue