← back to Flockedwallpaper
Square product-card images (aspect-ratio 1/1)
80278b4d441ac2bd244894ca64645e6ddc889ddb · 2026-07-06 17:57:07 -0700 · Steve
Files touched
Diff
commit 80278b4d441ac2bd244894ca64645e6ddc889ddb
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Jul 6 17:57:07 2026 -0700
Square product-card images (aspect-ratio 1/1)
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 0df6e1e..f37feb2 100644
--- a/index.html
+++ b/index.html
@@ -68,7 +68,7 @@ body{font-family:'Inter',sans-serif;background:var(--cream);color:var(--black);o
.chip-label{font-weight:500;font-size:12px;color:var(--black)}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;padding:20px 24px}
.product-card{cursor:pointer}
-.product-card img{width:100%;aspect-ratio:1/1.15;object-fit:cover;border-radius:6px;background:#F0EAE2}
+.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px;background:#F0EAE2}
.product-card .name{font-weight:600;font-size:12px;color:var(--black);margin-top:8px}
.product-card .color{font-size:11px;color:var(--gray);margin-top:2px}
.product-card .shop-link{font-weight:600;font-size:11px;color:var(--gold);margin-top:2px;display:flex;align-items:center;gap:4px}
← adf4683 corner-nav: move login to its own hamburger in upper-left (p
·
back to Flockedwallpaper
·
(newest)