fixed skeletons

This commit is contained in:
Tejas Panchal
2025-08-10 13:01:09 +05:30
parent 11b90f5406
commit 7f86a9e8a6
11 changed files with 314 additions and 118 deletions

View File

@@ -45,7 +45,7 @@ function AtoZ({ path }) {
};
return (
<div className="max-w-[1260px] mx-auto px-[15px] flex flex-col mt-[64px] max-md:mt-[50px]">
<div className="max-w-[1600px] mx-auto px-[15px] flex flex-col mt-[64px] max-md:mt-[50px]">
<div className="flex flex-col gap-y-5 mt-6">
<h1 className="font-bold text-2xl text-white max-[478px]:text-[18px]">
Sort By Letters
@@ -91,8 +91,8 @@ function AtoZ({ path }) {
data={categoryInfo}
limit={categoryInfo.length}
showViewMore={false}
className="mt-0"
cardStyle="max-[1400px]:h-[35vw]"
className="mt-8"
cardStyle="grid-cols-8 max-[1600px]:grid-cols-6 max-[1200px]:grid-cols-4 max-[758px]:grid-cols-3 max-[478px]:grid-cols-3 max-[478px]:gap-x-2"
/>
)}
<div className="flex justify-center w-full mt-8">