Modify styles

* add table of contents plugin
This commit is contained in:
DefectingCat
2022-03-23 21:05:57 +08:00
parent 717eee7d0a
commit 1bb382409b
7 changed files with 95 additions and 6 deletions

View File

@ -5,7 +5,7 @@ const nowDay = new Date().getFullYear();
const Footer: FC = () => {
return (
<>
<footer className="px-10">
<footer className="max-w-6xl px-10 mx-auto lg:px-0">
<div className="h-[2px] bg-slate-500"></div>
<div className="py-4">
&copy; 2022-{nowDay} Powered by Next.js 💙 xfy

View File

@ -27,7 +27,7 @@ const HeadBar: FC = () => {
<header
className={cn(
'flex justify-between mx-auto',
'max-w-6xl p-6 h-[84px]',
'max-w-6xl p-6 lg:px-0 h-[84px]',
'items-center relative'
)}
>