From db8af9bda1d57061fa3f240c2be9bb8bc0b5f838 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Sun, 5 May 2024 05:12:06 +0000 Subject: UI enhancement --- src/app/anime/top-airing/page.jsx | 4 ++-- src/app/anime/top-airing/trending.module.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/anime/top-airing') diff --git a/src/app/anime/top-airing/page.jsx b/src/app/anime/top-airing/page.jsx index ff329f6..a0fc302 100644 --- a/src/app/anime/top-airing/page.jsx +++ b/src/app/anime/top-airing/page.jsx @@ -28,8 +28,8 @@ export default async function Trending() { Drama diff --git a/src/app/anime/top-airing/trending.module.css b/src/app/anime/top-airing/trending.module.css index 31f6b16..2abaf4b 100644 --- a/src/app/anime/top-airing/trending.module.css +++ b/src/app/anime/top-airing/trending.module.css @@ -42,7 +42,7 @@ .trendingEntries p { text-align: center; width: auto; - max-width: 180px; + max-width: 190px; margin: 0.5rem 0 0 0; overflow: hidden; white-space: nowrap; -- cgit v1.2.3