feat: Ajustar la posición y el ancho de la barra de navegación

This commit is contained in:
Shni
2025-11-05 08:40:36 -06:00
parent bb70e5e842
commit efc8935655

View File

@@ -126,10 +126,10 @@ onUnmounted(() => {
.island-navbar {
position: absolute;
top: 25px;
left: 50%;
left: 98%;
transform: translateX(-50%);
z-index: 1000;
width: 90%;
width: 150%;
max-width: 1200px;
}