feat: Ajustar posiciones de tarjetas en la sección Hero y actualizar traducción de 'Comandos Custom' a 'AutoMod'

This commit is contained in:
Shni
2025-11-05 08:19:42 -06:00
parent 9f7a31005c
commit 9d343c522f
3 changed files with 12 additions and 11 deletions

View File

@@ -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 {

View File

@@ -125,11 +125,11 @@ onUnmounted(() => {
<style scoped>
.island-navbar {
position: fixed;
top: 20px;
left: 50%;
top: 25px;
left: 38%;
transform: translateX(-50%);
z-index: 1000;
width: 95%;
width: 75%;
max-width: 1200px;
}

View File

@@ -13,7 +13,7 @@ export default {
commands: 'Comandos',
feature1: 'Alianzas',
feature2: 'Tickets',
feature3: 'Comandos Custom',
feature3: 'AutoMod',
},
login: {
title: 'Iniciar Sesión',
@@ -43,7 +43,7 @@ export default {
commands: 'Commands',
feature1: 'Alliances',
feature2: 'Tickets',
feature3: 'Custom Commands',
feature3: 'AutoMod',
},
login: {
title: 'Sign In',