more resizing for new video

This commit is contained in:
chrisgarrity 2019-01-30 12:58:15 +01:00
parent 10da7662e6
commit 42d5254f1e

View file

@ -28,17 +28,11 @@
padding-right: 10px; padding-right: 10px;
} }
} }
iframe {
display: block;
border: 1px solid $ui-gray;
height: 290px;
}
} }
div.video-container, div.video-container,
div.about-scratch-video { div.about-scratch-video {
height: 290px; height: 225px;
width: 400px; width: 400px;
min-width: 400px; min-width: 400px;
} }