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 50e55f6 commit ed5d8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%), rotate(-10deg);
background: rgba(10, 10, 10, 0.8);
transform: rotate(-10deg);
background: rgba(40, 40, 40, 0.8);
padding: 10px;
border-radius: 8px;
z-index: 100; /* Siempre por encima */
Expand Down

0 comments on commit ed5d8a1

Please sign in to comment.