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 7daf8f1 commit 6e015f4Copy full SHA for 6e015f4
components/Footer/Footer.component.jsx
@@ -2,7 +2,7 @@
2
* Footer of the application.
3
*/
4
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">
+ <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">
6
<div className="p-6">
7
Copyright © {new Date().getFullYear()} Daniel / w3bdesign
8
</div>
0 commit comments