1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed image aspect size

This commit is contained in:
Fedor Katurov 2019-11-19 16:46:45 +07:00
parent 34e6bf77e9
commit 9385e02dd2

View file

@ -31,7 +31,7 @@
.image {
// max-height: 960px;
max-height: 100vh !important;
max-height: 120vh !important;
max-width: 100%;
opacity: 1;
border-radius: $radius $radius 0 0;