From 21707d4cf8354963b342c22e33d37c51f56fd7e7 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Mon, 23 Jun 2025 13:07:20 -0600 Subject: [PATCH] Recentre creation images --- themes/theme/templates/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 4c5ffec..532167a 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -41,7 +41,7 @@ .index .creations .creation { display: inline-block; - vertical-align: top; /* Ensures alignment if items have different heights */ + vertical-align: top; } .index .creations .creation a { @@ -64,7 +64,7 @@ max-width: 14rem; max-height: 14rem; - margin: 0; + margin: 0 auto; display: block; } @@ -141,7 +141,7 @@ font: 1.1rem/1.5 serif; } - .content ximg { + .content img { width: 100%; max-width: 36rem; height: auto;