hadnling button origin for transformation

This commit is contained in:
Antoine M 2024-06-10 09:36:31 +02:00
parent b64e113a1a
commit b796383da4

View File

@ -110,6 +110,12 @@
.cta--play {
@apply absolute bottom-0 left-1/2;
transform: translate(-50%, 50%);
transform-origin: 0 50%;
}
.cta--download {
@apply w-fit text-4xl mx-auto absolute left-1/2;
transform: translate(-50%, 100%);
transform-origin: 0 50%;
}
}