1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00

Finish turnstile setup

This commit is contained in:
Cooper Ransom 2024-03-07 12:16:28 -05:00
parent 230b86ea8a
commit aa9bbf289f

View file

@ -25,9 +25,9 @@ function TurnstileInteractive() {
return (
<div
className={classNames(
"absolute w-10/12 max-w-[800px] max-h-[375px] p-20 rounded-lg select-none z-50 top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transform",
"absolute w-10/12 max-w-[800px] max-h-[325px] p-20 rounded-lg select-none z-50 top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transform",
show ? "" : "hidden",
"bg-[#1b1b1b]",
"bg-[#222222]",
)}
>
<div className="w-full grid lg:grid-cols-[1fr,auto] gap-8 items-center">