mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 16:11:12 -05:00
Reduce text size on mobile
This commit is contained in:
@@ -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 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user