feat: add media query for tabs container
This commit is contained in:
parent
7cc2dbe864
commit
a92f7a628b
|
@ -16,6 +16,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.tabs {
|
||||
overflow-x: auto;
|
||||
overflow-y: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide Effectiveness */
|
||||
@media (max-width: 1300px) {
|
||||
th:nth-child(7),
|
||||
|
|
Loading…
Reference in New Issue