From fb1ca34ea7290b0d94abdcda6fc44936013cf7a2 Mon Sep 17 00:00:00 2001 From: Antonio Salvati Date: Thu, 12 Sep 2019 20:42:46 +0200 Subject: [PATCH] fix --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index e47aeb1..a546de3 100644 --- a/src/style.css +++ b/src/style.css @@ -240,7 +240,7 @@ body.initial .splash { .char .body { position: absolute; background-color: var(--char-color); - -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 50% 100%);* + -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 50% 100%); clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 50% 100%); height: 40%; width: 40%;