Update self closable

This commit is contained in:
Théo 2023-02-10 17:22:24 +01:00 committed by GitHub
parent 0e7678a9e7
commit 5811cafb2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ export default function Page() {
<div className='w-6/12 mb-9'> <div className='w-6/12 mb-9'>
<h1 className="text-2xl font-bold tracking-tight">Dernières activités </h1> <h1 className="text-2xl font-bold tracking-tight">Dernières activités </h1>
<div className="flex flex-col space-x-0 md:flex-row md:space-x-[10%] pt-5 h-full"> <div className="flex flex-col space-x-0 md:flex-row md:space-x-[10%] pt-5 h-full">
<CardTable></CardTable> <CardTable />
</div> </div>
</div> </div>
</div> </div>