mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
Modify styles
* add table of contents plugin
This commit is contained in:
@ -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">
|
||||
© 2022-{nowDay} Powered by Next.js 💙 xfy
|
||||
|
@ -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'
|
||||
)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user