make footer have space under it
Some checks failed
deploy / deploy (push) Failing after 14s

This commit is contained in:
Lee 2023-10-20 11:58:10 +01:00
parent 17baa366c8
commit 37523d6855

@ -14,8 +14,8 @@ const buildId = process.env.NEXT_PUBLIC_BUILD_ID
export default function Footer() {
return (
<footer className="m-3 rounded-md bg-gray-800 text-gray-300">
<div className="m-3 flex flex-col items-center justify-center gap-1">
<footer>
<div className="m-3 flex flex-col items-center justify-center gap-1 rounded-md bg-gray-800 p-3">
<div className="flex flex-row gap-3">
<p>Scoresaber Reloaded</p>