Skip to content

Commit

Permalink
fix: footer unclickable and misaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo committed Feb 5, 2024
1 parent 28edb2a commit 52b2916
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function Footer(props: IFooterProps) {
</Link>
</div>
<div className="flex justify-center lg:justify-end">
<div className="mt-10 text-white sm:w-1/2 lg:mt-0">
<div className="mt-10 text-white lg:mt-0">
<Social />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/SpotlightShape/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function SpotlightShape() {
return (
<div className="absolute -top-[5vh] h-screen w-screen opacity-90 blur-md">
<div className="pointer-events-none absolute -top-[5vh] h-screen w-screen opacity-90 blur-md">
{/* Desktop spotlight effect */}
<div
className="hidden h-full w-full bg-gradient-to-b from-[#330bff] to-transparent lg:block"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function ResetPasswordForm() {
<Button
type="button"
title="BACK TO LOGIN"
className="border-quinary bg-quinary text-secondary p-4"
className="border-quinary bg-quinary p-4 text-secondary"
/>
</Link>
</div>
Expand Down

0 comments on commit 52b2916

Please sign in to comment.