From 04bd3be2da9bfa7033d518e88c74dffc3232663e Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 11 Mar 2025 21:14:25 +0000 Subject: [PATCH] [frontend]: Fix spacing of Statistics page --- frontend/src/components/Statistics.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (