fix [front]: tidier image

This commit is contained in:
Alice 2022-06-10 01:36:31 +02:00
parent 59ee938913
commit 7952c2a041

View file

@ -192,3 +192,9 @@ async function findFilm() {
).data.value
}
</script>
<style lang="sass" scoped>
.image img
height: 100%
object-fit: cover
</style>