mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki responsywności
This commit is contained in:
@@ -265,6 +265,10 @@ export default class TrainTable extends Vue {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||||
|
|
||||||
|
@include smallScreen() {
|
||||||
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
// @include midScreen() {
|
// @include midScreen() {
|
||||||
// grid-template-columns: 1fr;
|
// grid-template-columns: 1fr;
|
||||||
// grid-template-rows: repeat(3, minmax(0, 1fr));
|
// grid-template-rows: repeat(3, minmax(0, 1fr));
|
||||||
@@ -329,6 +333,8 @@ export default class TrainTable extends Vue {
|
|||||||
|
|
||||||
grid-row: span 2;
|
grid-row: span 2;
|
||||||
|
|
||||||
|
padding: 2em 0;
|
||||||
|
|
||||||
&-info {
|
&-info {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user