Skip to content

Commit 1a5714e

Browse files
committed
Merge branch 'master' into 1331-fix-ipad-design
2 parents ddfe976 + 6425ec0 commit 1a5714e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Footer.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @returns {JSX.Element} - Rendered component
55
*/
66
const Footer = () => (
7-
<footer className="mb-4 hidden md:block px-4">
7+
<footer className="bg-white mb-4 hidden md:block px-4">
88
<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]">
99
<div className="text-gray-600 mx-auto">
1010
&copy; {new Date().getFullYear()} Daniel / w3bdesign

0 commit comments

Comments
 (0)