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:
@@ -16,7 +16,7 @@
|
||||
border: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
gap: 1.25em;
|
||||
|
||||
@include breakpoint(medium) {
|
||||
gap: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user