This commit is contained in:
naveen prabhu 2026-05-22 11:48:14 +05:30
parent 38beac66e1
commit a821b0a3d1

View File

@ -112,11 +112,11 @@ const Reports = () => {
</div> </div>
</div> </div>
<div className="space-y-5"> <div className="space-y-3 ">
{reportCards.map((card) => ( {reportCards.map((card) => (
<article <article
key={card.id} key={card.id}
className="flex flex-col gap-8 rounded-[14px] border border-[#ECE8DE] bg-white px-9 py-9 shadow-[0_2px_10px_rgba(16,24,40,0.06)] md:flex-row md:items-center md:justify-between" className="flex flex-col gap-8 rounded-[14px] border border-[#ECE8DE] bg-white px-9 py-4 shadow-[0_2px_10px_rgba(16,24,40,0.06)] md:flex-row md:items-center md:justify-between"
> >
<div className="flex items-start gap-6"> <div className="flex items-start gap-6">
<div className="flex h-[94px] w-[94px] shrink-0 items-center justify-center rounded-[12px] bg-[#FBEFDC]"> <div className="flex h-[94px] w-[94px] shrink-0 items-center justify-center rounded-[12px] bg-[#FBEFDC]">