UX: increase spacing of topic cards (#175)

Slightly bigger spacing to match the bigger avatars (bigger elements =>
more spacing to balance it out)
This commit is contained in:
chapoi
2025-06-04 16:04:11 +02:00
committed by GitHub
parent b72a3c1e95
commit f5c4403423
+1 -1
View File
@@ -16,7 +16,7 @@
border: none;
display: flex;
flex-direction: column;
gap: 1em;
gap: 1.25em;
@include breakpoint(medium) {
gap: 0.5em;