mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-23 04:30:11 +09:00
Remove border
This commit is contained in:
parent
46a32e5a2c
commit
cb3ce63e78
@ -33,7 +33,7 @@ const Layout = (props) => {
|
|||||||
|
|
||||||
`}</style>
|
`}</style>
|
||||||
<div className="container mx-auto px-6">
|
<div className="container mx-auto px-6">
|
||||||
<div className="mt-16 border-t-2 border-gray-300 flex flex-col items-center">
|
<div className="mt-16 flex flex-col items-center">
|
||||||
<div className="sm:w-full text-center py-6">
|
<div className="sm:w-full text-center py-6">
|
||||||
<p className="text-sm font-bold mb-2 text-gray-400">
|
<p className="text-sm font-bold mb-2 text-gray-400">
|
||||||
{footer} / <Link href="https://github.com/yudemoe/yude.jp"><a>{source}</a></Link>
|
{footer} / <Link href="https://github.com/yudemoe/yude.jp"><a>{source}</a></Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user