@@ -115,8 +115,14 @@ export default class extends Vue {
float: left;
border: 1px #e5e5e5 solid;
margin-left: 30px;
+ position: relative;
img {
- width: 80%;
+ max-width: 80%;
+ max-height: 80%;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
}