homegrade_theme_production/resources/css/blocks/card.css

11 lines
169 B
CSS

.homegrade-blocks-card {
@apply bg-white w-full p-8 rounded-3xl
flex
flex-col
items-center
justify-center;
*:first-child {
@apply mt-0;
}
}