decrease video size on mobile

This commit is contained in:
Luke Pulverenti 2013-05-31 14:54:02 -04:00
parent d4ba64d07a
commit 7a05ffa614

View File

@ -865,6 +865,12 @@ input[type="range"]::-ms-fill-upper {
}
}
@media all and (max-width: 500px) {
.itemVideo:not(.fullscreenVideo) {
width: 220px;
}
}
@media all and (max-width: 750px) {
.positionSlider {
width: 50px;