mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 11: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}
|
{manufacturer.name}
|
||||||
</h1>
|
</h1>
|
||||||
{manufacturer.headquarters_location && (
|
{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" />
|
<MapPin className="w-5 h-5 mr-2" />
|
||||||
{manufacturer.headquarters_location}
|
{manufacturer.headquarters_location}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user