HomeAssistant update

This commit is contained in:
2025-08-27 23:43:40 +02:00
committed by Arif Hasanic
parent 0cb9867bc7
commit 7f12cb59d8
2 changed files with 31 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
.cardContainer {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 20px;
}
.card {
height: 150px;
width: 150px;
display: flex;
flex-direction: column;
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;
}