This commit is contained in:
2025-08-21 16:16:47 +02:00
parent 82394b564f
commit 1a8d287f99
19 changed files with 25 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ export function Hero() {
{/* Welcome Content Overlay */}
<div className="bg-transparent py-6 mt-0 absolute top-16 sm:top-32 left-0 right-0 z-10">
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-4">
<div className="mx-auto max-w-7xl px-6 sm:px-6 lg:px-6">
<div className="flex items-start justify-start mb-4">
<Image src="/images/logos/veda_logo_dark.svg" alt="VEDA" width={200} height={60} className="h-8 sm:h-12 w-auto" unoptimized />
</div>