mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 23:11:12 -05:00
Fix hero container height
This commit is contained in:
@@ -140,7 +140,7 @@ export default function ManufacturerDetail() {
|
|||||||
|
|
||||||
{/* Hero Section */}
|
{/* Hero Section */}
|
||||||
<div className="relative mb-8">
|
<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 ? (
|
{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">
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user