mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 22:31:12 -05:00
Refactor: Adjust text size on mobile
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user