From 1db5d85a8a1a94b53ee0f6ba94b0377365cb0dac Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 23 Nov 2016 18:25:30 +0900 Subject: [PATCH] Fixed aspect ratio of anime images --- pages/anime/anime.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/anime/anime.styl b/pages/anime/anime.styl index 0f276695..7fbce9f0 100644 --- a/pages/anime/anime.styl +++ b/pages/anime/anime.styl @@ -65,6 +65,7 @@ box-shadow 4px 4px 8px rgba(0, 0, 0, 0.12) filter saturate(100%) transition all transitionSpeed ease + object-fit cover &:hover filter saturate(130%) box-shadow 6px 6px 12px rgba(0, 0, 0, 0.2)