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

@@ -52,7 +52,7 @@ function Footer() {
}, [showSlider]);
return (
<footer className="relative bg-gray-300 p-4 xl:p-2 2xl:p-4 overflow-hidden text-black laptop:h-[7vh] ">
<footer className="relative bg-gray-300 p-4 xl:p-2 2xl:p-4 overflow-hidden text-black laptop:h-[5vh] ">
<div className="container mx-auto flex justify-between">
<div className="flex flex-row space-x-2">
<Icon

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%]