UX Improvements

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

View file

@ -312,6 +312,13 @@ a.skuLink:hover { text-decoration: underline; cursor: pointer; }
width: 100%;
}
.storeBtn {
justify-content: center; /* center text within each pill */
width: 100%; /* make each pill fill its grid cell */
text-align: center;
}
.storeBtn {
border: 1px solid var(--border);
background: #0f1318;