@@ -111,7 +111,10 @@ export default {
height: 540px;
text-align: center;
img {
- width: 100%;
+ max-width: 100%;
+ max-height: 100%;
+ display: block;
+ margin: auto;
}
@@ -40,8 +40,10 @@ export default {
height: 100%;
-
</style>