We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f47b7c + e2b9ac3 commit b27a1ddCopy full SHA for b27a1dd
src/components/Footer.tsx
@@ -2,8 +2,8 @@ import { FaGithub } from 'react-icons/fa';
2
3
function Footer() {
4
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">
+ <footer className="py-6 shadow-lg bg-gray-100 dark:bg-gray-800 dark:text-white w-full">
+ <div className="w-full text-center px-4">
7
<p className="text-sm md:text-base font-medium flex flex-col sm:flex-row justify-center items-center gap-2 sm:gap-4">
8
<span>
9
Made with ❤️ by{" "}
0 commit comments