fix: Display creation items inline-block for column layout

This commit is contained in:
Tanner Collin (aider) 2025-06-23 12:59:17 -06:00
parent 2ac68f5a6a
commit 2977b1b916

View File

@ -39,6 +39,11 @@
text-align: center;
}
.index .creations .creation {
display: inline-block;
vertical-align: top; /* Ensures alignment if items have different heights */
}
.index .creations .creation a {
border-bottom: none;
}