0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-09-27 23:20:24 +09:00

Revert "Decrease top margin" and Delete top margin on Footer

This reverts commit ef9e13b66b.
This commit is contained in:
yude 2021-05-30 11:16:10 +09:00
parent ef9e13b66b
commit bb550f8185
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-3 flex flex-col items-center">
<div className="mt-16 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>