mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Revert "Decrease top margin" and Delete top margin on Footer
This reverts commit ef9e13b66b
.
This commit is contained in:
parent
ef9e13b66b
commit
bb550f8185
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user