Clock widget and more copypasta

This commit is contained in:
2025-08-28 04:44:25 +02:00
committed by Arif Hasanic
parent b1adbe74de
commit 42419e2e3b
11 changed files with 119 additions and 20 deletions

View File

@@ -13,11 +13,11 @@
.departureLists {
display: flex;
flex-direction: row;
justify-content: space-between;
justify-content: space-around;
width: 100%;
gap: 120px;
}
.heading {
text-align: left;
padding-left: 30px;
}