diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 61bce12..4c5ffec 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -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; }