Reduce text size on tablets

This commit is contained in:
gpt-engineer-app[bot]
2025-09-30 12:44:31 +00:00
parent 8a74de9b2b
commit 3677ad924f

View File

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