From 2b4f6c64d650e1368c5b86d73be3a290abbcefef Mon Sep 17 00:00:00 2001 From: Daniel McGee <134719124+mcgeeandme@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:49:09 -0400 Subject: [PATCH] Update Store.vue --- webapp/src/views/Store.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/views/Store.vue b/webapp/src/views/Store.vue index a8950db..ab1621e 100644 --- a/webapp/src/views/Store.vue +++ b/webapp/src/views/Store.vue @@ -281,7 +281,7 @@ const SHOPIFY_OPTIONS = { 'max-width': 'calc(33% - 20px)', 'margin-left': '20px', 'margin-bottom': '50px', - width: 'calc(25% - 20px)', + width: 'calc(33% - 20px)', }, }, title: { 'font-family': 'Raleway, sans-serif', 'font-size': '17px', color: '#ffffff' },