Fix: Reduce blank space below hero on mobile

This commit is contained in:
gpt-engineer-app[bot]
2025-09-30 12:58:48 +00:00
parent da2c472f8d
commit 03edb264c1

View File

@@ -139,7 +139,7 @@ export default function ManufacturerDetail() {
</div>
{/* 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">
{manufacturer.logo_url ? (
<div className="flex items-center justify-center h-full bg-background/90">