diff --git a/frontend/src/components/Statistics.jsx b/frontend/src/components/Statistics.jsx index 0c70dbb..a538bef 100644 --- a/frontend/src/components/Statistics.jsx +++ b/frontend/src/components/Statistics.jsx @@ -48,7 +48,7 @@ const Statistics = () => { className="min-h-screen w-full flex flex-col bg-white pt-[7vh] px-4" >
+ className="mx-auto px-4 flex flex-wrap gap-4 pt-[4vh] justify-center"> {transientTypes.length > 0 ? ( transientTypes.slice(0, 6).map((type, index) => (