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;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 800px) {
|
||||||
|
#event-tab {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
|
@ -8,6 +8,7 @@
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* TODO: remove this */
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
#event-tab {
|
#event-tab {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue