Update Store.vue

Changed to a 3 wide design to match the PRintables
This commit is contained in:
Daniel McGee
2026-06-27 22:48:01 -04:00
committed by GitHub
parent d7517192db
commit 517d6b054b
+2 -2
View File
@@ -262,7 +262,7 @@ const COLLECTIONS: Record<string, Record<string, string>> = {
'Yard Signs': '519582056730',
},
'Car Accessories': {
Magnets: '519582089498',
'Magnets': '519582089498',
'License Plates': '519708410138',
},
'Tech Accessories': {
@@ -278,7 +278,7 @@ const SHOPIFY_OPTIONS = {
styles: {
product: {
'@media (min-width: 601px)': {
'max-width': 'calc(25% - 20px)',
'max-width': 'calc(33% - 20px)',
'margin-left': '20px',
'margin-bottom': '50px',
width: 'calc(25% - 20px)',