bring back h-screen in user page (#829)
This commit is contained in:
parent
378cf25521
commit
8ac56fbf4a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default function User(props: inferSSRProps<typeof getStaticProps>) {
|
||||||
avatar={user.avatar}
|
avatar={user.avatar}
|
||||||
/>
|
/>
|
||||||
{isReady && (
|
{isReady && (
|
||||||
<div className="bg-neutral-50 dark:bg-black">
|
<div className="bg-neutral-50 dark:bg-black h-screen">
|
||||||
<main className="max-w-3xl mx-auto py-24 px-4">
|
<main className="max-w-3xl mx-auto py-24 px-4">
|
||||||
<div className="mb-8 text-center">
|
<div className="mb-8 text-center">
|
||||||
<Avatar
|
<Avatar
|
||||||
|
|
Loading…
Reference in a new issue