From 2ac68f5a6a72bac6353219961f233cfd5e14d184 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Mon, 23 Jun 2025 12:59:15 -0600 Subject: [PATCH] chore: Remove outdated CSS comments --- themes/theme/templates/style.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 8d7ed5e..61bce12 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -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;