spee.ch/client/scss/components/_asset-display.scss

13 lines
189 B
SCSS
Raw Normal View History

2018-06-09 02:23:11 +02:00
.asset-display {
flex: 1 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.asset-image, .asset-video {
max-width: 100%;
max-height: 100%;
margin : 0;
}