Fixed aspect ratio of anime images

This commit is contained in:
Eduard Urbach 2016-11-23 18:25:30 +09:00
parent 12558bf718
commit 1db5d85a8a

View File

@ -65,6 +65,7 @@
box-shadow 4px 4px 8px rgba(0, 0, 0, 0.12) box-shadow 4px 4px 8px rgba(0, 0, 0, 0.12)
filter saturate(100%) filter saturate(100%)
transition all transitionSpeed ease transition all transitionSpeed ease
object-fit cover
&:hover &:hover
filter saturate(130%) filter saturate(130%)
box-shadow 6px 6px 12px rgba(0, 0, 0, 0.2) box-shadow 6px 6px 12px rgba(0, 0, 0, 0.2)