Logo angepasst

This commit is contained in:
ISA
2025-01-24 06:56:02 +01:00
parent beb476f50c
commit c284b29372
2 changed files with 2 additions and 2 deletions

View File

@@ -52,10 +52,10 @@ function Header() {
<header className="bg-gray-300 flex justify-between items-center w-full h-[13vh] laptop:h-[10vh] relative text-black ">
<div
className="absolute transform -translate-y-1/2
left-[8%] sm:left-[8%] md:left-[8%] lg:left-[8%] xl:left-[6%] laptop:
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: "13vh", // Dynamische Höhe des Containers
height: "10vh", // Dynamische Höhe des Containers
width: "auto",
aspectRatio: "1", // Beibehaltung des Seitenverhältnisses
}}

View File