mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
fix: collections-grid on profile page applied margin -bottom instead of -top. (#5346)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user