aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/top-airing
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/anime/top-airing')
-rw-r--r--src/app/anime/top-airing/page.jsx4
-rw-r--r--src/app/anime/top-airing/trending.module.css2
2 files changed, 3 insertions, 3 deletions
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() {
<Image
src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`}
className={styles.trendingImage}
- width={190}
- height={270}
+ width={210}
+ height={310}
alt="Drama"
priority
/>
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;