UX Improvements

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-02 18:53:04 -08:00
parent b30c8a4bae
commit 9ec1f3f4a2

View file

@ -306,11 +306,10 @@ a.skuLink:hover { text-decoration: underline; cursor: pointer; }
} }
.storeBar { .storeBar {
display:flex; display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 8px; gap: 8px;
flex-wrap:wrap;
width: 100%; width: 100%;
justify-content: space-between; /* spread each row to fill */
} }
.storeBtn { .storeBtn {