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.
1 parent 2e04950 commit eeb672cCopy full SHA for eeb672c
components/Footer/Footer.component.jsx
@@ -1,8 +1,8 @@
1
/**
2
* Footer of the application.
3
*/
4
-const Footer = () => (
5
- <footer className="container px-6 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
+ const Footer = () => (
+ <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">
6
<div className="p-6">
7
Copyright © {new Date().getFullYear()} Daniel / w3bdesign
8
</div>
0 commit comments