TrainsView: poprawiono responsywność

This commit is contained in:
2022-03-27 15:59:42 +02:00
parent 61a3bafe07
commit 882fc22523
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ $stopNameClr: #22a8d1;
z-index: 5; z-index: 5;
@include smallScreen() { @include smallScreen() {
font-size: 1.2em; font-size: 1.1em;
} }
} }
+2 -1
View File
@@ -190,7 +190,8 @@ img.train-image {
.train { .train {
&-list { &-list {
max-height: 1000px; max-height: 100vh;
min-height: 550px;
overflow: auto; overflow: auto;
padding-right: 0.5em; padding-right: 0.5em;