Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 7, 2024
1 parent ed5d8a1 commit 8a67ad2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down

0 comments on commit 8a67ad2

Please sign in to comment.