Tighten mobile trust contact spacing
This commit is contained in:
@@ -7,7 +7,7 @@ import PhysicsButton from "./PhysicsButton";
|
||||
|
||||
export default function ContactSection({ t, whatsappUrl }: { t: Messages; whatsappUrl: string }) {
|
||||
return (
|
||||
<AnimatedSection id="contact" className="px-4 py-20 sm:px-6">
|
||||
<AnimatedSection id="contact" className="px-4 pb-16 pt-6 sm:px-6 sm:py-20">
|
||||
<div className="mx-auto grid max-w-7xl gap-6 lg:grid-cols-[1.08fr_0.92fr]">
|
||||
<div className="rounded-[3rem] bg-white p-8 shadow-glass sm:p-12">
|
||||
<p className="mb-4 text-xs font-semibold uppercase tracking-[0.28em] text-optical/75">{t.contact.eyebrow}</p>
|
||||
|
||||
Reference in New Issue
Block a user