Skip to content

Commit eeb672c

Browse files
committed
Fix footer
1 parent 2e04950 commit eeb672c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Footer/Footer.component.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Footer of the application.
33
*/
4-
const Footer = () => (
5-
<footer className="container px-6 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
4+
const Footer = () => (
5+
<footer className="w-full sm:absolute sm:bottom-0 px-6 mb-28 sm:mb-0 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)