Easier to control the size of image verticaly when on mobile.

This commit is contained in:
2019-02-12 22:38:35 +01:00
parent 088d80597e
commit 513fcc7e47

View File

@@ -46,7 +46,7 @@ export default {
max-height: 80%;
@media screen and (max-width: 600px) {
height: 80vh;
max-width: 90vw;
}
}