[object Object]

← back to Wallpaperestimator

Square product-card images (aspect-ratio 1/1)

a80f2acfcd77b4f9e3a428f4879cbbb90cf93182 · 2026-07-06 17:57:08 -0700 · Steve Abrams

Files touched

Diff

commit a80f2acfcd77b4f9e3a428f4879cbbb90cf93182
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 6 17:57:08 2026 -0700

    Square product-card images (aspect-ratio 1/1)
---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 4597352..c21f4ae 100644
--- a/public/index.html
+++ b/public/index.html
@@ -107,7 +107,7 @@ button.ghost{background:transparent;border:1px solid var(--line);color:var(--ink
 .product-grid{display:grid;grid-template-columns:repeat(var(--cols),1fr);gap:16px}
 .product{background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease}
 .product:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
-.product img{width:100%;aspect-ratio:1/1.15;object-fit:cover;display:block;background:var(--accent-soft)}
+.product img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:var(--accent-soft)}
 .product .meta{padding:12px 14px;flex:1;display:flex;flex-direction:column;gap:4px}
 .product .meta .ttl{font-family:var(--serif);font-size:17px;font-weight:600;line-height:1.25;color:var(--ink)}
 .product .meta .vnd{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}

← 9afafaa corner-nav: move login to its own hamburger in upper-left (p  ·  back to Wallpaperestimator  ·  (newest)