mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki w wyglądzie
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user