Dashboard with cards

This commit is contained in:
2025-08-27 23:19:17 +02:00
committed by Arif Hasanic
parent 97737def29
commit 97d9a04b29
8 changed files with 61 additions and 15 deletions

View File

@@ -1,7 +1,12 @@
.container {
display: flex;
flex-direction: column;
align-items: center;
align-items: stretch;
border: 1px solid rgba(220, 220, 220, 0.4);
box-shadow: 5px 5px 7px rgba(220, 220, 220, 0.5);
border-radius: 10px;
padding: 0 10px 10px 10px;
margin-bottom: 20px;
}
.departureLists {
@@ -9,4 +14,9 @@
flex-direction: row;
justify-content: space-between;
width: 100%;
gap: 120px;
}
.heading {
text-align: left;
}