good commit
All checks were successful
CI / build (push) Successful in 15s
CI / lint (push) Successful in 10s
CI / create-and-publish-docker-image (push) Successful in 15s

This commit is contained in:
2025-09-24 20:17:01 +02:00
parent 13818fcaa6
commit 380e74bb2f

View File

@@ -13,19 +13,11 @@
.departureLists {
display: flex;
flex-direction: row;
justify-content: space-between;
min-width: 300px;
padding-top: 20px;
justify-content: space-around;
width: 100%;
}
.heading {
text-align: left;
padding-left: 30px;
}
.departureTable {
display: flex;
flex-direction: column;
padding-left: 80px;
padding-right: 80px;
}