style: tighten support page contact section spacing

This commit is contained in:
barsa 2026-03-04 15:12:36 +09:00
parent 6bbdbbc540
commit c07915f3b4

View File

@ -247,14 +247,14 @@ export function PublicSupportView() {
{/* Contact Form Fallback */}
<section className="mb-12" aria-labelledby="contact-heading">
<div className="text-center mb-6">
<div className="inline-flex items-center justify-center w-12 h-12 bg-primary/10 rounded-xl mb-3 text-primary">
<Send className="h-6 w-6" />
<div className="text-center mb-5">
<div className="inline-flex items-center justify-center w-11 h-11 bg-primary/10 rounded-xl mb-2.5 text-primary">
<Send className="h-5 w-5" />
</div>
<h2 id="contact-heading" className="text-2xl font-bold text-foreground">
Still Need Help?
</h2>
<p className="text-muted-foreground mt-1">
<p className="text-sm text-muted-foreground mt-1">
Send us a message and we&apos;ll get back to you within 24 hours.
</p>
</div>