Skip to content

Commit

Permalink
Merge pull request #40 from brunades/fix/decrease-z-index-footer
Browse files Browse the repository at this point in the history
fix: decrease footer z-index
  • Loading branch information
atiqurx authored Sep 28, 2024
2 parents 4bc77c6 + a24a6e3 commit fba5094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "@fortawesome/free-brands-svg-icons";
const Footer = () => {
return (
<footer className=" backdrop-blur-md relative z-50 bg-white/10 text-white py-10 border-t-4 border-white/70">
<footer className=" backdrop-blur-md relative z-40 bg-white/10 text-white py-10 border-t-4 border-white/70">
<div className="max-w-screen-lg mx-auto grid grid-cols-1 md:grid-cols-4 gap-10 px-6 md:px-12">
{/* Logo Section */}
<div className="flex flex-col items-center md:items-start">
Expand Down

0 comments on commit fba5094

Please sign in to comment.