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 1f3e010 commit 45ba4cbCopy full SHA for 45ba4cb
src/components/Footer/Footer.component.tsx
@@ -4,7 +4,7 @@
4
* @returns {JSX.Element} - Rendered component
5
*/
6
const Footer = () => (
7
- <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">
+ <footer className="hidden md:block w-full md:w-11/12 sm:mt-[14rem] sm:bottom-0 px-6 md:mb-2 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
8
<div className="p-6">
9
Copyright © {new Date().getFullYear()} Daniel / w3bdesign
10
</div>
0 commit comments