max-width: 100% video

This commit is contained in:
Mahdi Dibaiee 2021-11-09 10:40:27 +00:00
parent 949e47ab58
commit d99f371e68

View File

@ -65,3 +65,7 @@ svg {
.video-container {
margin: 2rem auto;
}
.video-container iframe {
max-width: 100%;
}