fix(ui): fix minor ui bugs

This commit is contained in:
shafin-r
2026-02-17 16:41:24 +06:00
parent b56642fda8
commit 626616c8b5
7 changed files with 19 additions and 21 deletions

View File

@ -12,7 +12,7 @@ export const Profile = () => {
};
return (
<main className="min-h-screen space-y-6 max-w-7xl mx-auto px-8 sm:px-6 md:px-26 lg:px-8 py-8">
<main className="min-h-screen space-y-6 mx-auto p-8">
<h1 className="text-lg font-satoshi-bold text-center">Profile</h1>
<section>
<h3 className="text-2xl font-satoshi-bold">{user?.name}</h3>