chore: tweak padding styles

This commit is contained in:
Steven
2023-12-19 23:09:57 +08:00
parent af68cae6ea
commit abc14217f6
13 changed files with 21 additions and 21 deletions

View File

@ -35,9 +35,9 @@ const UserProfile = () => {
}, [params.username]);
return (
<section className="w-full max-w-5xl min-h-full flex flex-col justify-start items-center sm:pt-6 pb-8">
<section className="w-full max-w-5xl min-h-full flex flex-col justify-start items-center sm:pt-3 md:pt-6 pb-8">
<MobileHeader />
<div className="w-full px-4 flex flex-col justify-start items-center">
<div className="w-full px-4 sm:px-6 flex flex-col justify-start items-center">
{!loadingState.isLoading &&
(user ? (
<>