feat: Ajustar posiciones de tarjetas en la sección Hero y actualizar traducción de 'Comandos Custom' a 'AutoMod'
This commit is contained in:
@@ -487,18 +487,18 @@ const inviteBot = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-1 {
|
.card-1 {
|
||||||
top: 20px;
|
top: 24px;
|
||||||
right: -80px;
|
right: 254px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-2 {
|
.card-2 {
|
||||||
top: 130px;
|
top: 20px;
|
||||||
right: -150px;
|
right: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-3 {
|
.card-3 {
|
||||||
bottom: 50px;
|
bottom: 159px;
|
||||||
right: -90px;
|
right: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-icon {
|
.card-icon {
|
||||||
@@ -513,6 +513,7 @@ const inviteBot = () => {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stat-item {
|
.stat-item {
|
||||||
|
|||||||
@@ -125,11 +125,11 @@ onUnmounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.island-navbar {
|
.island-navbar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 20px;
|
top: 25px;
|
||||||
left: 50%;
|
left: 38%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
width: 95%;
|
width: 75%;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export default {
|
|||||||
commands: 'Comandos',
|
commands: 'Comandos',
|
||||||
feature1: 'Alianzas',
|
feature1: 'Alianzas',
|
||||||
feature2: 'Tickets',
|
feature2: 'Tickets',
|
||||||
feature3: 'Comandos Custom',
|
feature3: 'AutoMod',
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
title: 'Iniciar Sesión',
|
title: 'Iniciar Sesión',
|
||||||
@@ -43,7 +43,7 @@ export default {
|
|||||||
commands: 'Commands',
|
commands: 'Commands',
|
||||||
feature1: 'Alliances',
|
feature1: 'Alliances',
|
||||||
feature2: 'Tickets',
|
feature2: 'Tickets',
|
||||||
feature3: 'Custom Commands',
|
feature3: 'AutoMod',
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
title: 'Sign In',
|
title: 'Sign In',
|
||||||
|
|||||||
Reference in New Issue
Block a user