Fix Dark Mode Styles for Footer

This commit is contained in:
aftabrehan
2024-02-02 14:46:02 +05:00
parent 5d4b0164c0
commit 3c200fda99
10 changed files with 34 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ import { MobileNav } from '@/components/mobile-nav'
export const Header = () => (
<header className="w-full h-36 fixed top-0 shadow-header px-4 sm:px-6 pt-4 sm:pt-6 bg-white z-10">
<div className="w-full max-w-[1400px] mx-auto flex flex-col items-center justify-center gap-4 sm:gap-4 md:gap-6">
<div className="w-full flex items-center justify-between">
<div className="w-full flex items-center justify-between gap-2">
<Link href="/" className="overflow-hidden">
<Image
src="/logo.svg"