Add a max-width on thumbnails

This commit is contained in:
Lucas Verney 2018-09-07 18:24:54 +02:00
parent 139568f85e
commit 9e71b946e3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<template v-if="photo">
<br/>
<img :src="photo" height=200 />
<img :src="photo" height="200" style="max-width: 25vw" />
</template>
<template v-if="showNotes">