Fix hero container height

This commit is contained in:
gpt-engineer-app[bot]
2025-09-30 12:57:46 +00:00
parent 750dbf8f80
commit da2c472f8d

View File

@@ -140,7 +140,7 @@ export default function ManufacturerDetail() {
{/* Hero Section */}
<div className="relative mb-8">
<div className="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 ? (
<div className="flex items-center justify-center h-full bg-background/90">
<img