From 52983eb698453a3b6e2ed67045fb4d6b9fdcae84 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Mon, 23 Jun 2025 12:56:49 -0600 Subject: [PATCH] style: Adjust creation image style and remove floated class --- themes/theme/templates/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 740df14..6d38bde 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -57,9 +57,12 @@ text-align: center; } - .creation img { + .creations .creation img { max-width: 14rem; max-height: 14rem; + + margin: 0; + display: block; } .source { @@ -135,7 +138,7 @@ font: 1.1rem/1.5 serif; } - .content img:not(.floated, .creation img) { + .content ximg { width: 100%; max-width: 36rem; height: auto; @@ -143,11 +146,6 @@ margin: 0 auto; } - .content .floated { - float: left; - margin-right: 1rem; - } - .content.index { margin-top: 3rem; }