fix platform image on larger resolutions

This commit is contained in:
Roman Cervantes 2019-05-22 11:28:00 -07:00
parent f46e60d661
commit 7a4f7ab249

View file

@ -96,6 +96,8 @@ export default {
img {
width: 100%;
height: auto;
max-height: 100%;
}
}
</style>