Dodano tłumaczenia i poprawki stylów

This commit is contained in:
2022-02-03 13:12:53 +01:00
parent 26bee52851
commit 540cae5473
5 changed files with 23 additions and 28 deletions
@@ -60,24 +60,11 @@ export default defineComponent({
}
.train-timetable-card {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 0.5em;
width: 100%;
width: 95%;
max-width: 1300px;
@include smallScreen {
width: 95%;
}
z-index: 100;
border: 1px solid white;
}
</style>