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 { .index .creations {
/* Removed display: flex; and flex-wrap: wrap; */ text-align: center;
/* 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 */
} }
.index .creations .creation a { .index .creations .creation a {
@ -46,9 +44,8 @@
} }
.creation > a { .creation > a {
display: inline-block; /* Changed from flex to inline-block */ display: inline-block;
vertical-align: top; /* Align items at the top */ vertical-align: top;
/* Removed flex-direction and align-items as they are flex properties */
margin: 1rem; margin: 1rem;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;