Fixed funnel chart.

This commit is contained in:
Mike Cao 2024-07-08 23:39:06 -07:00
parent db36c37d32
commit 62f35668ae

View File

@ -34,6 +34,10 @@
background-color: var(--base100);
}
.step:last-child::before {
display: none;
}
.card {
display: grid;
gap: 20px;