Ensure system graphs can wrap on mobile

This commit is contained in:
Johannes Zellner
2025-05-21 12:03:11 +02:00
parent 65405da8d1
commit 6b6c1b98be
+2 -1
View File
@@ -123,7 +123,8 @@ onMounted(async () => {
.graphs {
display: flex;
gap: 60px;
gap: 20px;
flex-wrap: wrap;
justify-content: space-between;
}