fix: item with no image

This commit is contained in:
diptanilsaha
2025-04-21 16:17:18 +05:30
parent 374da68829
commit e035120f41

View File

@@ -722,8 +722,8 @@
justify-content: center;
border-radius: var(--border-radius-md);
font-size: var(--text-3xl);
width: 100%;
height: 100%;
width: 11rem;
height: 11rem;
}
}
}