fix: Display creation items inline-block for column layout
This commit is contained in:
parent
2ac68f5a6a
commit
2977b1b916
|
@ -39,6 +39,11 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.index .creations .creation {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top; /* Ensures alignment if items have different heights */
|
||||||
|
}
|
||||||
|
|
||||||
.index .creations .creation a {
|
.index .creations .creation a {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user