Refactor: Adjust text size on mobile

This commit is contained in:
gpt-engineer-app[bot]
2025-09-30 12:45:50 +00:00
parent 3677ad924f
commit e76ae37fb7

View File

@@ -165,7 +165,7 @@ export default function ManufacturerDetail() {
{manufacturer.name}
</h1>
{manufacturer.headquarters_location && (
<div className="flex items-center text-white/90 text-lg">
<div className="flex items-center text-white/90 text-sm md:text-lg">
<MapPin className="w-5 h-5 mr-2" />
{manufacturer.headquarters_location}
</div>