Card container components for a cleaner dashboard

This commit is contained in:
2025-08-30 21:24:48 +02:00
parent 6c0e427d0e
commit 9dbb0d6b4d
5 changed files with 46 additions and 41 deletions

View File

@@ -19,29 +19,3 @@
.night {
background-color: #2a3f55;
}
.clockAndWeather {
display: flex;
align-items: center;
}
.cardWrapper {
margin: 30px;
height: 100%;
gap: 30px;
flex-direction: column;
display: flex;
justify-content: flex-start;
}
.small {
width: 45%;
}
.terminal {
margin: 2px;
}
.footer {
background-color: #c0c0c0;
}