style: tighten support page contact section spacing
This commit is contained in:
parent
6bbdbbc540
commit
c07915f3b4
@ -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'll get back to you within 24 hours.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user