Reduce text size on mobile

This commit is contained in:
gpt-engineer-app[bot]
2025-09-30 12:41:40 +00:00
parent d610930a21
commit 8a74de9b2b

View File

@@ -161,7 +161,7 @@ export default function ManufacturerDetail() {
<Badge variant="outline" className="bg-black/20 text-white border-white/20 mb-2"> <Badge variant="outline" className="bg-black/20 text-white border-white/20 mb-2">
Manufacturer Manufacturer
</Badge> </Badge>
<h1 className="text-4xl md:text-6xl font-bold text-white mb-2"> <h1 className="text-2xl md:text-6xl font-bold text-white mb-2">
{manufacturer.name} {manufacturer.name}
</h1> </h1>
{manufacturer.headquarters_location && ( {manufacturer.headquarters_location && (