styles fix

This commit is contained in:
2024-05-02 17:03:46 +05:00
parent 0ab7481169
commit ce5f4030f8
12 changed files with 148 additions and 117 deletions
@@ -4,7 +4,7 @@ import Navbar from "../Navbar/Navbar";
import Location from "../Location";
const DesktopHeader = () => (
<header className="bg-white w-full text-white sm:grid grid-cols-6 absolute left-0 top-0 z-20 font-usual text-m">
<header className="bg-white w-full text-white sm:grid grid-cols-6 absolute left-0 top-0 z-50 font-usual text-m">
<div className="flex gap-4 col-span-2">
<Logo />
<Location />