fix layout styles issues

This commit is contained in:
DefectingCat
2023-11-07 11:34:02 +08:00
parent 7b05f849cc
commit fef02b96ad
5 changed files with 12 additions and 10 deletions

View File

@ -7,7 +7,7 @@ const nowDay = new Date().getFullYear();
const Footer = () => {
return (
<>
<footer className="max-w-6xl px-4 mx-auto xl:px-0">
<footer className="w-full max-w-6xl px-4 mx-auto xl:px-0">
<div className="h-[2px] bg-slate-500"></div>
<div

View File

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