fix: logo und tests WIP
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user