fix home flex
This commit is contained in:
parent
e17ac1f88f
commit
b1a1590c1e
|
|
@ -5,7 +5,7 @@ import 'react-toastify/dist/ReactToastify.css';
|
|||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div className="min-h-full max-h-full bg-grey flex flex-col items-center overflow-y-hidden">
|
||||
<div className="min-h-full max-h-full bg-grey flex flex-col items-center justify-between overflow-y-hidden">
|
||||
<AppHeader />
|
||||
<MessageWrapper />
|
||||
<NewMessage />
|
||||
|
|
|
|||
Loading…
Reference in New Issue