add temp and humidity from tent, split departures depending on direction

This commit is contained in:
2025-07-30 19:56:19 +02:00
parent ab1d2242c3
commit 09928f0f61
12 changed files with 186 additions and 50 deletions

View File

@@ -0,0 +1,5 @@
.container {
display: flex;
flex-direction: row;
align-items: center;
}