set width header card to full

This commit is contained in:
Ehsan
2024-10-22 00:19:27 +03:30
parent b69a66006a
commit 9af22c0645
+1 -1
View File
@@ -29,7 +29,7 @@ function Cards({ data, loading }) {
];
return (
<ul className="flex flex-wrap flex-col sm:flex-row items-center justify-center gap-[32px] mx-0 sm:mx-[16px]">
<ul className="flex lg:grid lg:grid-cols-3 flex-wrap flex-col sm:flex-row items-center justify-center gap-[32px] mx-0 sm:mx-[16px]">
{list.map((item, idx) => (
<li
className="flex min-w-[226px] w-full sm:w-auto flex-col py-[16px] md:py-[18px] px-[12px] gap-[8px] rounded-[8px] border