Fix sidebar on first breakpoint
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m55s

This commit is contained in:
2026-03-09 18:00:51 +00:00
parent d7b76e4742
commit d3cbc687d5

View File

@@ -120,6 +120,18 @@ import Consumption from "./Consumption.vue";
.homeGrid { .homeGrid {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: auto;
}
.sidebar {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.sidebar > * {
max-width: 400px;
width: 100%;
} }
} }