From efc89356553ae242b8483e11eb374ac1cd49990d Mon Sep 17 00:00:00 2001 From: Shni Date: Wed, 5 Nov 2025 08:40:36 -0600 Subject: [PATCH] =?UTF-8?q?feat:=20Ajustar=20la=20posici=C3=B3n=20y=20el?= =?UTF-8?q?=20ancho=20de=20la=20barra=20de=20navegaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AmayoWeb/src/components/IslandNavbar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AmayoWeb/src/components/IslandNavbar.vue b/AmayoWeb/src/components/IslandNavbar.vue index 2822839..233100f 100644 --- a/AmayoWeb/src/components/IslandNavbar.vue +++ b/AmayoWeb/src/components/IslandNavbar.vue @@ -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; }