Skip to content

Commit 6e8c079

Browse files
committed
Center text footer
1 parent d6ffa2b commit 6e8c079

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
@@ -8,7 +8,7 @@ import React from 'react';
88
const Footer = () => (
99
<footer className="bg-white">
1010
<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">
11-
<div className="text-gray-600 text-center">
11+
<div className="text-gray-600 mx-auto">
1212
&copy; {new Date().getFullYear()} Daniel / w3bdesign
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)