From 517d6b054bf5353e5b83cfb59c19c666f41a6d72 Mon Sep 17 00:00:00 2001 From: Daniel McGee <134719124+mcgeeandme@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:48:01 -0400 Subject: [PATCH] Update Store.vue Changed to a 3 wide design to match the PRintables --- webapp/src/views/Store.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/views/Store.vue b/webapp/src/views/Store.vue index 0cd0d96..a8950db 100644 --- a/webapp/src/views/Store.vue +++ b/webapp/src/views/Store.vue @@ -262,7 +262,7 @@ const COLLECTIONS: Record> = { '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)',