diff --git a/nginx/vue/src/views/home/Home.vue b/nginx/vue/src/views/home/Home.vue index 85d5cd4..58c358e 100644 --- a/nginx/vue/src/views/home/Home.vue +++ b/nginx/vue/src/views/home/Home.vue @@ -120,6 +120,18 @@ import Consumption from "./Consumption.vue"; .homeGrid { display: flex; flex-direction: column; + height: auto; + } + + .sidebar { + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + } + + .sidebar > * { + max-width: 400px; + width: 100%; } }