Poprawki responsywności

This commit is contained in:
2021-03-20 22:05:44 +01:00
parent 2f253bbb48
commit 29b11cf80d
+6
View File
@@ -265,6 +265,10 @@ export default class TrainTable extends Vue {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
@include smallScreen() {
font-size: 1.3em;
}
// @include midScreen() {
// grid-template-columns: 1fr;
// grid-template-rows: repeat(3, minmax(0, 1fr));
@@ -329,6 +333,8 @@ export default class TrainTable extends Vue {
grid-row: span 2;
padding: 2em 0;
&-info {
margin-bottom: 1em;
}