Remove redundant margins

This commit is contained in:
2024-08-29 15:44:17 +02:00
parent c877d0bf2d
commit fa4084c24b
7 changed files with 6 additions and 11 deletions

View File

@@ -37,8 +37,7 @@ onMount(() => {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 8px;
gap: 8px;
gap: 6px;
}
.node {
display: flex;