Template_test / styles /video.css
itramb's picture
Upload 57 files
50e8e86 verified
raw
history blame contribute delete
240 Bytes
.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;
}
}