spacing tweaks

This commit is contained in:
Antoine M 2024-07-23 11:35:45 +02:00
parent 0cb36f8d56
commit 1426f52631

View File

@ -1,7 +1,7 @@
.heading-box--parcours-parent {
@apply heading-box;
@apply text-center;
@apply mt-12 lg:mt-8;
&__title {
@apply text-3xl;
@apply text-6xl;
@ -12,7 +12,7 @@
line-height: 1.2;
}
&__page-icon {
@apply mx-auto w-28 absolute top-0 left-1/2;
@apply mx-auto w-24 h-24 md:w-28 md:h-28 absolute top-0 left-1/2;
transform: translate(-50%, -50%);
}
.cta--secondary {