homegrade_theme_production/resources/css/blocks/card.css

7 lines
114 B
CSS

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