quick commit

This commit is contained in:
2025-08-27 18:01:31 +02:00
parent 09928f0f61
commit 49d7dd4b9e
3 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,12 @@
.container {
display: flex;
flex-direction: row;
flex-direction: column;
align-items: center;
}
.departureLists {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
}