fix: Display creation items inline-block for column layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user