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:50:49 +00:00
parent 6796367dbe
commit 64c2ba5562

View File

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