0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Delete margin on top

This commit is contained in:
yude 2021-05-30 11:16:22 +09:00
parent bb550f8185
commit e7d9336a3d
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -13,7 +13,7 @@ export default function Footer(props) {
return (
<>
<div className="container mx-auto px-6">
<div className="mt-16 flex flex-col items-center">
<div className="flex flex-col items-center">
<div className="sm:w-full text-center py-6">
<p className="text-sm font-bold mb-2">
{footer} / <Link href="https://github.com/yudejp/yude.jp"><a className="hover:underline">{source}</a></Link>