diff --git a/src/components/chat/WelcomeScreen.vue b/src/components/chat/WelcomeScreen.vue index 3d26f77..b116bd7 100644 --- a/src/components/chat/WelcomeScreen.vue +++ b/src/components/chat/WelcomeScreen.vue @@ -155,8 +155,8 @@ const suggestions = computed(() => { flex-direction: column; align-items: center; justify-content: space-between; - min-height: 80%; - padding: 25px 24px; + min-height: 70%; + padding: 25px 22%; animation: fadeIn 0.5s ease; }