From 8a67ad27997d0560dc4cbd4bbc3078d1b041a9e1 Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:50:22 +0100 Subject: [PATCH] Update style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index f57bcd78..b4821323 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,10 @@ /* Contenedor principal del menĂº */ #menu-container { position: absolute; - top: 50%; - left: 0; - transform: rotate(-10deg); - background: rgba(40, 40, 40, 0.8); + bottom: 2%; + left: 2; + transform: rotate(10deg); + background: rgba(0, 0, 0, 0.8); padding: 10px; border-radius: 8px; z-index: 100; /* Siempre por encima */