mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano tłumaczenia i poprawki stylów
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user