Ensure system graphs can wrap on mobile
This commit is contained in:
@@ -123,7 +123,8 @@ onMounted(async () => {
|
||||
|
||||
.graphs {
|
||||
display: flex;
|
||||
gap: 60px;
|
||||
gap: 20px;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user