diff --git a/index.html b/index.html index 989766de..63e200ca 100644 --- a/index.html +++ b/index.html @@ -54,8 +54,8 @@ top: 0; left: 0; width: 30%; - height: 100%; - clip-path: polygon(0% 0%, 100% 0%, 65% 100%, 0% 100%); + height: 90%; + clip-path: polygon(0% 0%, 100% 0%, 45% 100%, 0% 100%); background: rgba(0, 0, 0, 0.8); /* Mantener el fondo oscuro */ padding: 20px; box-sizing: border-box;