From c60af963c720a71bd129e2bbe6af3d2b3775e4fc Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:30:06 +0000 Subject: adjusted the width and height of the image just by a little --- src/app/anime/recent/recent.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/app/anime/recent/recent.module.css') diff --git a/src/app/anime/recent/recent.module.css b/src/app/anime/recent/recent.module.css index 3192e8a..47929ed 100644 --- a/src/app/anime/recent/recent.module.css +++ b/src/app/anime/recent/recent.module.css @@ -22,8 +22,7 @@ .Recent img { width: auto; - height: auto; - max-height: 270px; + height: 280px; } .RecentContainer:hover .RecentEntries { -- cgit v1.2.3