Skip to content

Commit

Permalink
Improved Responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
xB0t committed Dec 11, 2023
1 parent 08f0cf5 commit 62a25d7
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
const Footer = () => {
return (
<>
{/* <footer>
<div>
Developed by Yash
<svg className="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M10 .333A9.911 9.911 0 0 0 6.866 19.65c.5.092.678-.215.678-.477 0-.237-.01-1.017-.014-1.845-2.757.6-3.338-1.169-3.338-1.169a2.627 2.627 0 0 0-1.1-1.451c-.9-.615.07-.6.07-.6a2.084 2.084 0 0 1 1.518 1.021 2.11 2.11 0 0 0 2.884.823c.044-.503.268-.973.63-1.325-2.2-.25-4.516-1.1-4.516-4.9A3.832 3.832 0 0 1 4.7 7.068a3.56 3.56 0 0 1 .095-2.623s.832-.266 2.726 1.016a9.409 9.409 0 0 1 4.962 0c1.89-1.282 2.717-1.016 2.717-1.016.366.83.402 1.768.1 2.623a3.827 3.827 0 0 1 1.02 2.659c0 3.807-2.319 4.644-4.525 4.889a2.366 2.366 0 0 1 .673 1.834c0 1.326-.012 2.394-.012 2.72 0 .263.18.572.681.475A9.911 9.911 0 0 0 10 .333Z" clip-rule="evenodd" />
</svg>
</div>
</footer> */}
{/* max-sm:ml-12 max-sm:mt-10 */}
<footer className="fixed center-0 bottom-0 pb-10">
{/* <div className="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between"> */}
<span className="max-sm:text-white max-sm:pl-14 text-white sm:text-center dark:text-gray-400 text-xl">
© 2023{" "}
<a href="https://github.com/xb0t" className="hover:underline">
xB0t
</a>
. All Rights Reserved.
</span>
{/* </div> */}
</footer>
<div className="grid place-items-center">
<footer className="fixed center-0 bottom-0 pb-10">
{/* <div className="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between"> */}
<span className="max-sm:text-white max-sm:pl-4 text-white sm:text-center dark:text-gray-400 text-xl">
© 2023{" "}
<a href="https://github.com/xb0t" className="hover:underline">
xB0t
</a>
. All Rights Reserved.
</span>
{/* </div> */}
</footer>
</div>
</>
);
};
Expand Down

0 comments on commit 62a25d7

Please sign in to comment.