Poprawki w wyglądzie

This commit is contained in:
2021-03-20 21:59:00 +01:00
parent c0e8c000dd
commit 2f253bbb48
4 changed files with 5 additions and 13 deletions
+1 -9
View File
@@ -263,9 +263,7 @@ export default class TrainTable extends Vue {
& > .wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2em 0;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
// @include midScreen() {
// grid-template-columns: 1fr;
@@ -423,12 +421,6 @@ export default class TrainTable extends Vue {
}
}
@include bigScreen() {
.item {
font-size: 1em;
}
}
@include smallScreen() {
.info-bottom {
text-align: center;