fix: no more smooth edges

This commit is contained in:
Julien Calixte
2025-05-30 11:49:49 +02:00
parent 8626c5d7d5
commit 28e5ffe639

View File

@@ -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 {