diff options
| author | Factiven <[email protected]> | 2023-04-13 16:03:57 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-13 16:03:57 +0700 |
| commit | b365d89a11adf40d37b78292f121b890e960d0e8 (patch) | |
| tree | 6bd745c773dc48a2e5e4c18d2f71d54d82d682fd /components/footer.js | |
| parent | update 1 (diff) | |
| download | moopa-b365d89a11adf40d37b78292f121b890e960d0e8.tar.xz moopa-b365d89a11adf40d37b78292f121b890e960d0e8.zip | |
update 2nd
Diffstat (limited to 'components/footer.js')
| -rw-r--r-- | components/footer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/footer.js b/components/footer.js index 3143070..4284dcf 100644 --- a/components/footer.js +++ b/components/footer.js @@ -5,7 +5,7 @@ import Image from "next/image"; function Footer() { return ( - <section className=" text-white z-50 bg-black md:flex md:h-[14rem] md:items-center md:justify-between"> + <section className=" text-white z-40 bg-black md:flex md:h-[14rem] md:items-center md:justify-between"> <div className="mx-auto flex w-[78%] flex-col space-y-10 py-10 md:flex-row md:items-center md:justify-between md:space-y-0 md:py-0"> <div className="md:flex md:flex-col md:gap-y-[3.88rem]"> <h1 className="font-outfit text-[2.56rem]">moopa</h1> |