homegrade_theme_production/resources/css/blocks/icon.css

7 lines
138 B
CSS

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