fix: collections-grid on profile page applied margin -bottom instead of -top. (#5346)
This commit is contained in:
committed by
GitHub
parent
3e505e0d96
commit
e3e04931cf
@@ -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