From 6fc97e66a94aa5881b8822ec48bb7d3b19d64968 Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:24:17 +0100 Subject: [PATCH] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 17f082ee..468fd80d 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ position: absolute; bottom: 2%; left: 2%; /* Corrige la propiedad left */ - clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%); + clip-path: polygon(0% 0%, 100% 0%, 35% 100%, 0% 100%); background: rgba(0, 0, 0, 0.8); padding: 10px; border-radius: 8px;