Files
portal/resources/sass/components/images.scss
2020-04-18 15:58:48 +02:00

11 lines
131 B
SCSS
Vendored

.cover {
width: 100%;
//height: 100%;
object-fit: cover;
object-position: 50% 50%;
}
.test {
height: 30rem;
}