mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Increase captcha gap
This commit is contained in:
parent
8a50d972ba
commit
552aa58801
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function TurnstileInteractive() {
|
||||||
show ? "" : "hidden",
|
show ? "" : "hidden",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className="w-full h-full grid lg:grid-cols-[1fr,auto] gap-4 md:gap-7 items-center">
|
<div className="w-full h-full grid lg:grid-cols-[1fr,auto] gap-6 md:gap-7 items-center">
|
||||||
<div className="text-left">
|
<div className="text-left">
|
||||||
<h2 className="text-type-emphasis font-bold text-lg md:text-xl mb-4 md:mb-6">
|
<h2 className="text-type-emphasis font-bold text-lg md:text-xl mb-4 md:mb-6">
|
||||||
{t("player.turnstile.title")}
|
{t("player.turnstile.title")}
|
||||||
|
|
Loading…
Reference in a new issue