From 28e5ffe639215a9ce0115ecd9bf2451619e70efa Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 30 May 2025 11:49:49 +0200 Subject: [PATCH] fix: no more smooth edges --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 95a3e5a..e7a4b26 100644 --- a/index.css +++ b/index.css @@ -47,9 +47,9 @@ li { } .customer-satisfaction-parent { - filter: url(#round); + /* filter: url(#round); */ /* Making the triangle fit the rest of the house */ - margin: 0 -var(--gap); + margin: 0 var(--gap); } .customer-satisfaction {