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.
2 parents ddfe976 + 6425ec0 commit 1a5714eCopy full SHA for 1a5714e
src/components/Footer/Footer.component.tsx
@@ -4,7 +4,7 @@
4
* @returns {JSX.Element} - Rendered component
5
*/
6
const Footer = () => (
7
- <footer className="mb-4 hidden md:block px-4">
+ <footer className="bg-white mb-4 hidden md:block px-4">
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 lg:max-w-[1490px]">
9
<div className="text-gray-600 mx-auto">
10
© {new Date().getFullYear()} Daniel / w3bdesign
0 commit comments