We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d165425 commit 9bd2ff3Copy full SHA for 9bd2ff3
1 file changed
src/components/Profile/ProfilePage.jsx
@@ -41,7 +41,7 @@ const ProfilePage = () => {
41
}
42
43
return (
44
- <div className="min-h-screen bg-[#0e1a34] text-white">
+ <div className="flex min-h-screen flex-col items-center justify-center bg-[#0e1a34] text-white">
45
<Profile data={profileData} />
46
</div>
47
);
0 commit comments