Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 682a6ce

Browse files
committed
Fix block gap
1 parent 56fcd0d commit 682a6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/BlockList/BlockList.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
display: flex;
1818
flex-direction: column;
1919
align-content: flex-start;
20-
gap: var(--cpd-space-8x);
20+
gap: var(--cpd-space-6x);
2121
}

0 commit comments

Comments
 (0)