spee.ch/client/scss/_asset.scss
2018-05-31 18:16:19 -07:00

13 lines
180 B
SCSS

.asset-image, .asset-video {
width: 100%;
margin : 0px
}
.show-lite-container {
.asset-image, .asset-video {
max-height: calc(100vh - 3em);
max-width: 100vw;
}
}