A e s t h e t i c s

This commit is contained in:
2025-08-28 00:55:34 +02:00
parent 7f8fee99ce
commit f40ab6eb63
4 changed files with 44 additions and 48 deletions

View File

@@ -1,18 +1,25 @@
.dashboard {
display: flex;
flex-direction: column;
height: 100%;
}
.cardWrapper {
margin: 30px;
height: 100%;
gap: 30px;
flex-direction: column;
display: flex;
justify-content: flex-start;
}
.card {
border-radius: 10px;
padding: 1px 100px 30px 100px;
margin-bottom: 20px;
border: 1px solid rgba(220, 220, 220, 0.4);
box-shadow: 5px 5px 7px rgba(220, 220, 220, 0.5);
border-radius: 10px;
padding: 1px 100px 30px 100px;
border: 1px solid rgba(220, 220, 220, 0.4);
box-shadow: 5px 5px 7px rgba(220, 220, 220, 0.5);
}
.footer {
background-color: rgba(220, 220, 220, 0.5);
background-color: rgba(220, 220, 220, 0.5);
}