mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-18 06:11:45 +00:00
search + category card
This commit is contained in:
@@ -50,7 +50,7 @@ function Topten({ data, className }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className={`flex flex-col space-y-4 ${className}`}>
|
||||
<div className={`flex flex-col space-y-2 ${className}`}>
|
||||
<div className="flex justify-between items-center max-[350px]:flex-col max-[350px]:gap-y-2 max-[350px]:items-start">
|
||||
<h1 className="font-bold text-2xl text-white tracking-tight">Top 10</h1>
|
||||
<ul className="flex justify-between w-fit bg-[#1a1a1a] rounded-lg overflow-hidden shadow-lg">
|
||||
|
||||
Reference in New Issue
Block a user