fixed/margin padding

This commit is contained in:
Tejas Panchal
2025-08-10 20:20:29 +05:30
parent ae0b4ba083
commit e00a60a469
12 changed files with 25 additions and 25 deletions

View File

@@ -50,7 +50,7 @@ function Producer() {
const producerName = (id.charAt(0).toUpperCase() + id.slice(1)).split("-").join(" ");
return (
<div className="max-w-[1600px] mx-auto px-[15px] flex flex-col mt-[64px] max-md:mt-[50px]">
<div className="max-w-[1600px] mx-auto flex flex-col mt-[64px] max-md:mt-[50px]">
<div className="w-full flex flex-col gap-y-8 mt-6">
{loading ? (
<Loader type="producer" />
@@ -64,7 +64,7 @@ function Producer() {
</p>
</div>
) : producerInfo && producerInfo.length > 0 ? (
<div className="flex flex-col gap-y-2">
<div className="flex flex-col gap-y-2 max-[478px]:gap-y-0">
<h1 className="font-bold text-2xl text-white max-[478px]:text-[18px]">
{producerName} Anime
</h1>