11 lines
131 B
SCSS
Vendored
11 lines
131 B
SCSS
Vendored
.cover {
|
|
width: 100%;
|
|
//height: 100%;
|
|
object-fit: cover;
|
|
object-position: 50% 50%;
|
|
}
|
|
|
|
.test {
|
|
height: 30rem;
|
|
}
|