Skip to content

Commit 945e770

Browse files
committed
feat: Tweaked footer spacing and layout
1 parent 8671b46 commit 945e770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function Footer() {
9696
9797
</Link>
9898

99-
<div className="mt-4 flex flex-col gap-2 w-full max-w-xs">
99+
<div className="mt-4 flex flex-col gap-3 w-full max-w-xs">
100100
<h3 htmlFor="email" className="font-jost text-2xl font-semibold">
101101
Subscribe For Updates:
102102
</h3>
@@ -116,7 +116,7 @@ export default function Footer() {
116116
</div>
117117
</div>
118118
</div>
119-
<p className="font-play mt-4 border-t border-[#130E1F] pt-12 text-center text-lg text-black dark:border-white/10 dark:text-white">
119+
<p className="font-play mt-8 border-t border-[#130E1F] pt-12 text-center text-lg text-black dark:border-white/10 dark:text-white">
120120
Made with ❤️ by Codechef-VIT
121121
</p>
122122
</footer>

0 commit comments

Comments
 (0)