mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 18:31:12 -05:00
Fix: Reduce blank space below hero on mobile
This commit is contained in:
@@ -139,7 +139,7 @@ export default function ManufacturerDetail() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Hero Section */}
|
{/* Hero Section */}
|
||||||
<div className="relative mb-8">
|
<div className="relative mb-4 md:mb-8">
|
||||||
<div className="aspect-[16/9] md:aspect-[21/9] bg-gradient-to-br from-primary/20 via-secondary/20 to-accent/20 rounded-lg overflow-hidden relative">
|
<div className="aspect-[16/9] md:aspect-[21/9] bg-gradient-to-br from-primary/20 via-secondary/20 to-accent/20 rounded-lg overflow-hidden relative">
|
||||||
{manufacturer.logo_url ? (
|
{manufacturer.logo_url ? (
|
||||||
<div className="flex items-center justify-center h-full bg-background/90">
|
<div className="flex items-center justify-center h-full bg-background/90">
|
||||||
|
|||||||
Reference in New Issue
Block a user