add missing border radius to item card container

This commit is contained in:
jeffvli
2026-01-31 02:41:25 -08:00
parent 63c21cf7c2
commit 0999b93b47
@@ -28,6 +28,7 @@
overflow: hidden;
color: inherit;
text-decoration: none;
border-radius: var(--theme-radius-md);
&::before {
position: absolute;