mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-18 06:11:45 +00:00
fixed/margin padding
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user