reduce top padding on mobile view
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m23s
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m23s
This commit is contained in:
@@ -31,7 +31,7 @@ const turnstileSitekey = import.meta.env.PUBLIC_TURNSTILE_SITEKEY
|
||||
<!-- Cloudflare Turnstile - Only loaded on homepage -->
|
||||
<link slot="head" rel="preconnect" href="https://challenges.cloudflare.com" />
|
||||
<script slot="head" is:inline src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit" defer></script>
|
||||
<section class="flex flex-col gap-y-12 px-4 py-8 sm:px-8 lg:px-16">
|
||||
<section class="flex flex-col gap-y-12 px-4 sm:pt-8 pb-8 sm:py-8 sm:px-8 lg:px-16">
|
||||
<div
|
||||
class="flex flex-col items-center text-center sm:flex-row sm:items-start sm:gap-8 sm:text-left"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user