diff options
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"> |