From 15458ab5fd19f5e18673b7444ccd1bf07666f4d2 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Fri, 14 Mar 2025 18:17:04 +0100 Subject: [PATCH] Fixed col size for world / calendar --- components/global/AddCard.vue | 2 +- pages/my/index.vue | 4 ++-- pages/my/worlds/[id].vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/global/AddCard.vue b/components/global/AddCard.vue index 835b4aa..ae14540 100644 --- a/components/global/AddCard.vue +++ b/components/global/AddCard.vue @@ -6,7 +6,7 @@ const emit = defineEmits(["on-click"])