13 lines
144 B
SCSS
13 lines
144 B
SCSS
:host {
|
|
--video-max-height: none;
|
|
}
|
|
|
|
.embla__slide {
|
|
flex: 0 0 100%;
|
|
}
|
|
|
|
* {
|
|
height: 100%;
|
|
width: 100%;
|
|
transform-style: preserve-3d;
|
|
} |