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.
This commit is contained in:
russell@unturf.com 2026-02-08 07:07:01 -05:00
parent 449542d3d8
commit 007a53f3df

View file

@ -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%;