[frontend]: Fix spacing of Statistics page

This commit is contained in:
2025-03-11 21:14:25 +00:00
parent 7d7ed7f05b
commit 04bd3be2da

View File

@ -48,7 +48,7 @@ const Statistics = () => {
className="min-h-screen w-full flex flex-col bg-white pt-[7vh] px-4"
>
<div
className="mx-auto px-4 flex flex-wrap gap-4 pt-[4vh] jut stify-center">
className="mx-auto px-4 flex flex-wrap gap-4 pt-[4vh] justify-center">
{transientTypes.length > 0 ? (
transientTypes.slice(0, 6).map((type, index) => (
<div key={index} className="bg-white shadow-md rounded-lg p-4">