hadnling button origin for transformation
This commit is contained in:
parent
b64e113a1a
commit
b796383da4
|
|
@ -110,6 +110,12 @@
|
||||||
.cta--play {
|
.cta--play {
|
||||||
@apply absolute bottom-0 left-1/2;
|
@apply absolute bottom-0 left-1/2;
|
||||||
transform: translate(-50%, 50%);
|
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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user