From 007a53f3dfdcd320d957009f9bada7a4f20d6946 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 8 Feb 2026 07:07:01 -0500 Subject: [PATCH] Left-align product images to match title text With max-height constraining square media, images no longer fill the container width and were centering via inherited text-align. --- make_post_sell/static/css/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/make_post_sell/static/css/common.css b/make_post_sell/static/css/common.css index d8799e7..6a95922 100644 --- a/make_post_sell/static/css/common.css +++ b/make_post_sell/static/css/common.css @@ -415,6 +415,10 @@ img.product-thumbnail { max-height: 33vh; } +.product-images { + text-align: left; +} + .product-images img.product-main, div.product-images img.product-main { max-width: 100%;