aboutsummaryrefslogtreecommitdiff
path: root/components/home/schedule.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/home/schedule.js')
-rw-r--r--components/home/schedule.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/home/schedule.js b/components/home/schedule.js
index 4a85143..187fa17 100644
--- a/components/home/schedule.js
+++ b/components/home/schedule.js
@@ -45,11 +45,11 @@ export default function Schedule({ data, scheduleData, time }) {
<div className="rounded mb-5 shadow-md shadow-black">
<div className="overflow-hidden w-full h-[96px] lg:h-[10rem] rounded relative">
<div className="absolute flex flex-col justify-center pl-5 lg:pl-16 rounded z-20 bg-gradient-to-r from-30% from-[#0c0c0c] to-transparent w-full h-full">
- <h1 className="text-xs xl:text-lg">Coming Up Next!</h1>
+ <h1 className="text-xs lg:text-lg">Coming Up Next!</h1>
<div className="w-1/2 lg:w-2/5 hidden lg:block font-medium font-karla leading-[2.9rem] text-white line-clamp-1">
<Link
href={`/en/anime/${data.id}`}
- className="hover:underline underline-offset-4 decoration-2 lg:text-lg xl:text-2xl 2xl:text-3xl"
+ className="hover:underline underline-offset-4 decoration-2 lg:text-[1.7vw] "
>
{data.title.romaji || data.title.english || data.title.native}
</Link>