homegrade_theme_production/template-components/heading-box--parcours.css
2024-04-22 12:23:35 +02:00

22 lines
408 B
CSS

.heading-box--parcours {
@apply heading-box;
@apply text-center;
&__title {
@apply text-3xl;
@apply text-6xl;
}
&__description {
@apply font-bold text-4xl mx-auto pt-4 max-w-lg mx-auto;
line-height: 1.2;
}
&__page-icon {
@apply mx-auto w-28 absolute top-0 left-1/2;
transform: translate(-50%, -50%);
}
.cta--secondary {
@apply mt-8;
}
}