hadnling draft tag
This commit is contained in:
parent
5cfa63669e
commit
ff2579d3e7
|
|
@ -41,12 +41,17 @@
|
||||||
@apply text-9xl;
|
@apply text-9xl;
|
||||||
}
|
}
|
||||||
.application_subtitle {
|
.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);
|
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 {
|
.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;
|
margin-bottom: -40px;
|
||||||
}
|
}
|
||||||
.cta--play {
|
.cta--play {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user