homegrade_theme_production/template-components/cards/page-card.css

11 lines
173 B
CSS

.page-card {
@apply p-6 shadowed my-4 bg-white rounded-2xl;
&__title {
@apply !text-2xl font-bold text-secondary;
}
&__cta {
@apply hidden;
}
}