feat: add media query for tabs container

This commit is contained in:
RadoslavDimchev 2023-11-22 08:33:17 +02:00
parent 7cc2dbe864
commit a92f7a628b
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@
} }
} }
@media (max-width: 800px) {
.tabs {
overflow-x: auto;
overflow-y: none;
}
}
/* Hide Effectiveness */ /* Hide Effectiveness */
@media (max-width: 1300px) { @media (max-width: 1300px) {
th:nth-child(7), th:nth-child(7),