introducing icone feature

This commit is contained in:
Antoine M 2023-11-08 14:02:15 +01:00
parent b384ebdeca
commit 67e782fcd4

View File

@ -0,0 +1,6 @@
.homegrade-blocks-icon {
@apply w-12 h-12 !mx-0 flex justify-center items-center;
img {
@apply max-w-full max-h-full;
}
}