Spaces:
Running
Running
File size: 240 Bytes
50e8e86 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
.video-container {
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}
.iframe {
width: 100%;
height: 445px;
}
@media (max-width: 800px) {
.iframe {
width: 90vw;
height: 45vw;
}
}
|