poprawki responsywności

This commit is contained in:
2023-11-28 17:56:08 +01:00
parent 86417f3422
commit 1947555724
3 changed files with 29 additions and 9 deletions
+4 -6
View File
@@ -389,18 +389,16 @@ $rowCol: #424242;
}
}
section.station_table {
overflow: auto;
overflow-y: hidden;
font-weight: 500;
}
table {
white-space: nowrap;
border-collapse: collapse;
// min-width: 1350px;
width: 100%;
overflow: auto;
overflow-y: hidden;
font-weight: 500;
@include smallScreen() {
min-width: auto;
}