mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 02:24:56 +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);
|
gap: var(--gap-md);
|
||||||
margin-bottom: var(--gap-md);
|
margin-top: var(--gap-md);
|
||||||
|
|
||||||
.collection-item {
|
.collection-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user