fix: logo und tests WIP

This commit is contained in:
ISA
2025-09-11 08:36:38 +02:00
parent 95c884bc07
commit 2ceebea533
31 changed files with 544 additions and 1198 deletions

View File

@@ -151,7 +151,7 @@ function Header() {
left-[8%] sm:left-[8%] md:left-[8%] lg:left-[8%] xl:left-[6%] 2xl:left-[2%] laptop:left-[4%] laptop:
top-[90%] sm:top-[90%] md:top-[90%] lg:top-[90%] xl:top-[90%]"
style={{
height: "10vh", // Dynamische Höhe des Containers
height: "12vh", // Erhöhte Höhe des Containers für größeres Logo
width: "auto",
aspectRatio: "1", // Beibehaltung des Seitenverhältnisses
}}
@@ -160,7 +160,7 @@ function Header() {
src="/images/Logo.png"
alt="Logo"
fill
sizes="(max-width: 640px) 7vh, (max-width: 1024px) 8vh, (max-width: 1280px) 9vh, 10vh"
sizes="(max-width: 640px) 12vh, (max-width: 1024px) 14vh, (max-width: 1280px) 16vh, 18vh"
className="object-contain"
priority={false}
/>