We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8671b46 commit 945e770Copy full SHA for 945e770
1 file changed
src/components/Footer.tsx
@@ -96,7 +96,7 @@ export default function Footer() {
96
<Mail /> codechefvit@gmail.com
97
</Link>
98
99
- <div className="mt-4 flex flex-col gap-2 w-full max-w-xs">
+ <div className="mt-4 flex flex-col gap-3 w-full max-w-xs">
100
<h3 htmlFor="email" className="font-jost text-2xl font-semibold">
101
Subscribe For Updates:
102
</h3>
@@ -116,7 +116,7 @@ export default function Footer() {
116
</div>
117
118
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">
+ <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">
120
Made with ❤️ by Codechef-VIT
121
</p>
122
</footer>
0 commit comments