Files
psp_panel/src/app/demo/components/documentation/documentation.component.scss
T

16 lines
325 B
SCSS
Raw Normal View History

2022-12-06 11:49:15 +03:00
@media screen and (max-width: 991px) {
.video-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
}