12 lines
151 B
SCSS
12 lines
151 B
SCSS
.video {
|
|
max-width: 100%;
|
|
width: 100%;
|
|
background-color: var(--color-base-50);
|
|
}
|
|
|
|
.cover {
|
|
object-fit: cover;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|