diff options
| author | Factiven <[email protected]> | 2023-07-20 10:58:51 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-07-20 10:58:51 +0700 |
| commit | 29a9c1ae1465f2e81958e21031975bebd137a27d (patch) | |
| tree | f1c0c06e65dda3814a2fef209a00efab682aa87c /components/footer.js | |
| parent | speed up schedule load (diff) | |
| download | moopa-29a9c1ae1465f2e81958e21031975bebd137a27d.tar.xz moopa-29a9c1ae1465f2e81958e21031975bebd137a27d.zip | |
fix footer layering
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 10aa76f..d658172 100644 --- a/components/footer.js +++ b/components/footer.js @@ -51,7 +51,7 @@ function Footer() { } return ( - <section className="text-[#dbdcdd] z-50 bg-[#0c0d10] lg:flex lg:h-[12rem] w-full lg:items-center lg:justify-between"> + <section className="text-[#dbdcdd] z-40 bg-[#0c0d10] lg:flex lg:h-[12rem] w-full lg:items-center lg:justify-between"> <div className="mx-auto flex w-[80%] lg:w-[95%] xl:w-[80%] flex-col space-y-10 pb-6 lg:flex-row lg:items-center lg:justify-between lg:space-y-0 lg:py-0"> <div className="flex items-center gap-24"> <div className="lg:flex grid items-center lg:gap-10 gap-3"> |