quick commit

This commit is contained in:
2025-09-24 19:43:02 +02:00
parent 42066195da
commit 4f362ca2de
8 changed files with 142 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
.container {
display: flex;
flex-direction: column;
align-items: stretch;
align-items: ;
padding: 0 10px 20px 10px;
margin-bottom: 20px;
border-top: 2px solid white;
@@ -13,8 +13,7 @@
.departureLists {
display: flex;
flex-direction: row;
justify-content: space-around;
width: 100%;
width: 600px;
}
.heading {