chore: tweak padding

This commit is contained in:
Steven
2023-12-19 21:44:40 +08:00
parent 6290234ad1
commit b575064d47
13 changed files with 17 additions and 17 deletions

View File

@ -20,7 +20,7 @@ const Inboxes = () => {
}, []);
return (
<section className="@container w-full max-w-4xl min-h-full flex flex-col justify-start items-center sm:pt-4 pb-8">
<section className="@container w-full max-w-5xl min-h-full flex flex-col justify-start items-center sm:pt-6 pb-8">
<MobileHeader />
<div className="w-full px-4">
<div className="w-full shadow flex flex-col justify-start items-start px-4 py-3 rounded-xl bg-white dark:bg-zinc-700 text-black dark:text-gray-300">