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

This commit is contained in:
2026-03-29 08:16:07 -04:00
parent 312466414f
commit 8788c5850f

View File

@@ -31,7 +31,7 @@ const turnstileSitekey = import.meta.env.PUBLIC_TURNSTILE_SITEKEY
<!-- Cloudflare Turnstile - Only loaded on homepage --> <!-- Cloudflare Turnstile - Only loaded on homepage -->
<link slot="head" rel="preconnect" href="https://challenges.cloudflare.com" /> <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> <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 <div
class="flex flex-col items-center text-center sm:flex-row sm:items-start sm:gap-8 sm:text-left" class="flex flex-col items-center text-center sm:flex-row sm:items-start sm:gap-8 sm:text-left"
> >