forked from UKSOURCE/ipv6
fix: resolve text-wrapping issue and correct Bhutan Telecom logo path
This commit is contained in:
@@ -26,10 +26,10 @@ export default function FeedbackPageClient() {
|
||||
</div>
|
||||
|
||||
<div className="text-center mb-10 md:mb-14">
|
||||
<h1 className="font-[var(--font-display-lg)] text-[clamp(1.75rem,3vw+1rem,3.25rem)] leading-tight font-bold tracking-tighter mb-4 text-primary">
|
||||
<h1 className="font-[var(--font-display-lg)] text-[clamp(1.75rem,3vw+1rem,3.25rem)] leading-tight font-bold tracking-tighter mb-4 text-primary text-balance">
|
||||
{feedback.title}
|
||||
</h1>
|
||||
<p className="text-on-surface-variant text-lg max-w-2xl mx-auto">{feedback.subtitle}</p>
|
||||
<p className="text-on-surface-variant text-lg max-w-2xl mx-auto text-balance">{feedback.subtitle}</p>
|
||||
</div>
|
||||
|
||||
<div className="glass-panel p-6 md:p-10 rounded-xl space-y-8 relative overflow-hidden shadow-2xl">
|
||||
|
||||
Reference in New Issue
Block a user