handling cta secondary

This commit is contained in:
Antoine M 2023-12-21 10:03:49 +01:00
parent 4facbae892
commit 8626850932

View File

@ -21,11 +21,14 @@
.heading-box--classic {
@apply text-center;
&__description {
@apply font-bold text-4xl max-w-screen-md mx-auto pt-4 max-w-md mx-auto;
@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;
}
}