From ccfc346e0ab877014a9c80c83d2c1fbb138a64fc Mon Sep 17 00:00:00 2001 From: Deploy Bot Date: Wed, 28 Jan 2026 23:59:29 +0000 Subject: [PATCH] Added rounded edge boxes around each section by wrapping WelcomeItem content in a styled container with border-radius, background, and hover effects --- src/components/WelcomeItem.vue | 79 +++++++++++++++------------------- 1 file changed, 34 insertions(+), 45 deletions(-) diff --git a/src/components/WelcomeItem.vue b/src/components/WelcomeItem.vue index 6d7086a..4500e86 100644 --- a/src/components/WelcomeItem.vue +++ b/src/components/WelcomeItem.vue @@ -1,22 +1,37 @@ + \ No newline at end of file