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

@ -35,7 +35,7 @@ const UserProfile = () => {
}, [params.username]);
return (
<section className="w-full max-w-4xl min-h-full flex flex-col justify-start items-center sm:pt-4 pb-8">
<section className="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 flex flex-col justify-start items-center">
{!loadingState.isLoading &&