From 9d343c522fc16c41f4d9fee8280628be63446bfb Mon Sep 17 00:00:00 2001 From: Shni Date: Wed, 5 Nov 2025 08:19:42 -0600 Subject: [PATCH] =?UTF-8?q?feat:=20Ajustar=20posiciones=20de=20tarjetas=20?= =?UTF-8?q?en=20la=20secci=C3=B3n=20Hero=20y=20actualizar=20traducci=C3=B3?= =?UTF-8?q?n=20de=20'Comandos=20Custom'=20a=20'AutoMod'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AmayoWeb/src/components/HeroSection.vue | 13 +++++++------ AmayoWeb/src/components/IslandNavbar.vue | 6 +++--- AmayoWeb/src/i18n/locales.js | 4 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/AmayoWeb/src/components/HeroSection.vue b/AmayoWeb/src/components/HeroSection.vue index ad7127a..2de1e9a 100644 --- a/AmayoWeb/src/components/HeroSection.vue +++ b/AmayoWeb/src/components/HeroSection.vue @@ -487,18 +487,18 @@ const inviteBot = () => { } .card-1 { - top: 20px; - right: -80px; + top: 24px; + right: 254px; } .card-2 { - top: 130px; - right: -150px; + top: 20px; + right: 130px; } .card-3 { - bottom: 50px; - right: -90px; + bottom: 159px; + right: 7px; } .card-icon { @@ -513,6 +513,7 @@ const inviteBot = () => { flex-direction: row; flex-wrap: wrap; gap: 16px; + text-align: center; } .stat-item { diff --git a/AmayoWeb/src/components/IslandNavbar.vue b/AmayoWeb/src/components/IslandNavbar.vue index d87f5e3..31c8eb8 100644 --- a/AmayoWeb/src/components/IslandNavbar.vue +++ b/AmayoWeb/src/components/IslandNavbar.vue @@ -125,11 +125,11 @@ onUnmounted(() => {