Skip to content

Commit b27a1dd

Browse files
Merge pull request #171 from Suhani1234-5/cover
Cover The Distance between footer and Page in every Page
2 parents 1f47b7c + e2b9ac3 commit b27a1dd

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
@@ -2,8 +2,8 @@ import { FaGithub } from 'react-icons/fa';
22

33
function Footer() {
44
return (
5-
<footer className="py-4 shadow-lg bg-gray-100 dark:bg-gray-800 dark:text-white">
6-
<div className="container mx-auto text-center px-4">
5+
<footer className="py-6 shadow-lg bg-gray-100 dark:bg-gray-800 dark:text-white w-full">
6+
<div className="w-full text-center px-4">
77
<p className="text-sm md:text-base font-medium flex flex-col sm:flex-row justify-center items-center gap-2 sm:gap-4">
88
<span>
99
Made with ❤️ by{" "}

0 commit comments

Comments
 (0)