mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 06:51:13 -05:00
Reduce text size on tablets
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">
|
||||
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 && (
|
||||
|
||||
Reference in New Issue
Block a user