hadnling draft tag

This commit is contained in:
Antoine M 2024-04-23 15:38:55 +02:00
parent 5cfa63669e
commit ff2579d3e7

View File

@ -41,12 +41,17 @@
@apply text-9xl;
}
.application_subtitle {
@apply text-6xl bg-construction w-fit mx-auto px-3 block mb-10;
@apply text-6xl bg-construction py-2 w-fit mx-auto px-3 block mb-10 md:inline-block;
transform: rotate(-3deg);
}
.application_draft {
@apply bg-lhoistdark text-5xl text-white px-2 py-3 inline-block relative;
@apply ml-6;
transform: rotate(3deg) translateY(-10px);
}
.application_description {
@apply max-w-2xl text-xl px-20 font-bold;
@apply max-w-lg 2xl:max-w-xl text-lg px-20 font-bold;
margin-bottom: -40px;
}
.cta--play {