From 1dce519fb318226b2ee326613ba0767d450c6eec Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:15:29 +0100 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;