Skip to content

Commit 6e015f4

Browse files
committed
Add footer margin
1 parent 7daf8f1 commit 6e015f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Footer/Footer.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Footer of the application.
33
*/
44
const Footer = () => (
5-
<footer className="w-full sm:mt-20 mt-2 sm:bottom-0 px-6 mb-28 sm:mb-2 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
5+
<footer className="w-full md:w-11/12 sm:mt-20 mt-2 sm:bottom-0 px-6 mb-28 sm:mb-2 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
66
<div className="p-6">
77
Copyright &copy; {new Date().getFullYear()} Daniel / w3bdesign
88
</div>

0 commit comments

Comments
 (0)