Tabelle in Laptop ohne Scrollbalkenmit gap-0 in dashboard in Würzel-Element

This commit is contained in:
ISA
2025-01-23 14:15:54 +01:00
parent 2246470122
commit 6742fe0a4a
4 changed files with 15 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ function Header() {
}, [isAdminLoggedIn]);
return (
<header className="bg-gray-300 flex justify-between items-center w-full h-[13vh] relative text-black ">
<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%]