FEATURE Refinign features and tricks
This commit is contained in:
parent
8284a1e7a0
commit
379fb7fd74
|
|
@ -2,8 +2,11 @@
|
|||
@apply bg-primary text-white py-16 items-center;
|
||||
|
||||
&__inner {
|
||||
@apply lg:grid grid-cols-1 lg:grid-cols-2;
|
||||
grid-template-columns: 61.8fr 38.2fr;
|
||||
@apply grid grid-cols-1 gap-x-24 gap-y-20 !py-0;
|
||||
@screen lg {
|
||||
grid-template-columns: 61.8fr 38.2fr;
|
||||
@apply !py-16;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
|
|
@ -12,4 +15,10 @@
|
|||
&__subtitle {
|
||||
@apply text-white text-6xl;
|
||||
}
|
||||
&__description {
|
||||
@apply mb-8 lg:mb-16;
|
||||
}
|
||||
&__cta {
|
||||
@apply internal-link-with-icon internal-link-with-icon--white;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user