fix: collections-grid on profile page applied margin -bottom instead of -top. (#5346)

This commit is contained in:
Daniel (rotgruengelb)
2026-02-09 16:56:52 +01:00
committed by GitHub
parent 3e505e0d96
commit e3e04931cf

View File

@@ -932,7 +932,7 @@ export default defineNuxtComponent({
}
gap: var(--gap-md);
margin-bottom: var(--gap-md);
margin-top: var(--gap-md);
.collection-item {
display: flex;