Skip to content

Commit 5202d74

Browse files
committed
Fix the footer padding and spacing for better UI
1 parent b155956 commit 5202d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ContactUs/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const Footer = () => {
4949
</div>
5050
</div>
5151
<div className="flex flex-col items-center justify-center font-mono md:flex-row">
52-
<p className="mt-6 text-base text-slate-200 md:mt-0">
52+
<p className="mt-6 text-base text-slate-200 md:mt-0 pt-6">
5353
Copyright &copy; {new Date().getFullYear()} React Devs KE.
5454
</p>
5555
</div>

0 commit comments

Comments
 (0)