fix home flex

This commit is contained in:
Guillaume Dorce 2022-11-04 16:26:53 +01:00
parent e17ac1f88f
commit b1a1590c1e
1 changed files with 1 additions and 1 deletions

View File

@ -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 />