We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321073d commit fcd9aa1Copy full SHA for fcd9aa1
src/components/Footer/Footer.component.tsx
@@ -4,7 +4,7 @@
4
* @returns {JSX.Element} - Rendered component
5
*/
6
const Footer = () => (
7
- <footer className="bg-white mb-4 hidden md:block px-4 mt-[5rem]">
+ <footer className="bg-white mb-2 hidden md:block px-4 mt-[5rem]">
8
<div className="container flex md:flex-wrap flex-col md:flex-row items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96 border border-gray-200 rounded">
9
<div className="text-gray-600 mx-auto">
10
© {new Date().getFullYear()} Daniel / w3bdesign
0 commit comments