chore: fix memo container max width

This commit is contained in:
Steven
2023-10-13 23:26:56 +08:00
parent ed2e299797
commit 20e5597104
7 changed files with 17 additions and 9 deletions

View File

@ -43,7 +43,7 @@ const Setting = () => {
};
return (
<section className="w-full max-w-3xl min-h-full flex flex-col md:flex-row justify-start items-start px-4 sm:px-2 sm:pt-4 pb-8 bg-zinc-100 dark:bg-zinc-800">
<section className="w-full max-w-3xl min-h-full flex flex-col justify-start items-start px-4 sm:px-2 sm:pt-4 pb-8 bg-zinc-100 dark:bg-zinc-800">
<MobileHeader showSearch={false} />
<div className="setting-page-wrapper">
<div className="section-selector-container">