feat: add release episode counts

This commit is contained in:
Kentai Radiquum 2024-07-11 20:16:58 +05:00
parent 894fe14eaf
commit b0246aa4e5
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 48 additions and 28 deletions

View file

@ -36,7 +36,7 @@ export const ReleaseCourusel = (props) => {
return (
<section className={`${Styles.section}`}>
<div className="flex justify-between px-4 border-b-2 border-black">
<h1 className="font-bold text-md sm:text-xl">{props.sectionTitle}</h1>
<h1 className="font-bold text-md sm:text-xl md:text-lg xl:text-xl">{props.sectionTitle}</h1>
<Link href={props.showAllLink}>
<div className="flex items-center">
<p className="hidden text-xl font-bold sm:block">Показать все</p>