FEATURE Refinign features and tricks

This commit is contained in:
Antoine M 2025-10-02 10:34:43 +02:00
parent 8284a1e7a0
commit 379fb7fd74

View File

@ -2,8 +2,11 @@
@apply bg-primary text-white py-16 items-center; @apply bg-primary text-white py-16 items-center;
&__inner { &__inner {
@apply lg:grid grid-cols-1 lg:grid-cols-2; @apply grid grid-cols-1 gap-x-24 gap-y-20 !py-0;
grid-template-columns: 61.8fr 38.2fr; @screen lg {
grid-template-columns: 61.8fr 38.2fr;
@apply !py-16;
}
} }
&__title { &__title {
@ -12,4 +15,10 @@
&__subtitle { &__subtitle {
@apply text-white text-6xl; @apply text-white text-6xl;
} }
&__description {
@apply mb-8 lg:mb-16;
}
&__cta {
@apply internal-link-with-icon internal-link-with-icon--white;
}
} }