1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-01 15:52:54 +02:00

Better main video sizing

This commit is contained in:
Daniel Berteaud 2014-05-24 16:46:41 +02:00
parent 7ca297267f
commit 34bdc2f27e

View File

@ -15,8 +15,7 @@
text-align: center; text-align: center;
} }
#mainVideo video { #mainVideo video {
max-width: 100%; width: 90% !important;
min-width: 75%;
height: auto; height: auto;
} }
.previewContainer{ .previewContainer{