11 lines
155 B
SCSS
11 lines
155 B
SCSS
.cover {
|
|
object-position: center;
|
|
object-fit: cover;
|
|
z-index: 3;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
height: 100%;
|
|
max-height: 100%;
|
|
}
|