Fix page height on first breakpoint
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled

This commit is contained in:
2026-03-09 17:40:00 +00:00
parent c2580c984d
commit 6796367dbe

View File

@@ -102,6 +102,7 @@ import Consumption from "./Consumption.vue";
.homeGrid {
order: -1;
width: 100%;
height: 297mm;
margin-inline: 0;
box-sizing: border-box;
}