From 03ed92ff86524dfd91d68b384c9dca31ed7f6e9d Mon Sep 17 00:00:00 2001 From: bryantgillespie Date: Tue, 30 Jul 2024 10:59:10 -0400 Subject: [PATCH 1/2] fix column images --- components/blocks/Columns.vue | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/components/blocks/Columns.vue b/components/blocks/Columns.vue index 6cf6126..ac1094a 100644 --- a/components/blocks/Columns.vue +++ b/components/blocks/Columns.vue @@ -23,7 +23,13 @@ defineProps<{
-
- -
+
From 585bfa3f83268ce7724540b72147a21d54802fca Mon Sep 17 00:00:00 2001 From: bryantgillespie Date: Tue, 30 Jul 2024 11:01:56 -0400 Subject: [PATCH 2/2] quick team card fixes --- components/TeamCard.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/TeamCard.vue b/components/TeamCard.vue index dbf49bf..639cbd7 100644 --- a/components/TeamCard.vue +++ b/components/TeamCard.vue @@ -9,10 +9,12 @@ const flipped = ref(false);