chore: Remove outdated CSS comments

This commit is contained in:
Tanner Collin 2025-06-23 12:59:15 -06:00 committed by Tanner Collin (aider)
parent cb8b17f5f4
commit 2ac68f5a6a

View File

@ -36,9 +36,7 @@
}
.index .creations {
/* Removed display: flex; and flex-wrap: wrap; */
/* The container will now rely on the flow of inline-block children */
text-align: center; /* Optional: to center the grid if it doesn't fill the width */
text-align: center;
}
.index .creations .creation a {
@ -46,9 +44,8 @@
}
.creation > a {
display: inline-block; /* Changed from flex to inline-block */
vertical-align: top; /* Align items at the top */
/* Removed flex-direction and align-items as they are flex properties */
display: inline-block;
vertical-align: top;
margin: 1rem;
margin-bottom: 1.5rem;