From 34bdc2f27e83fa7f5dfe088d7ea53a6873d859b6 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 24 May 2014 16:46:41 +0200 Subject: [PATCH] Better main video sizing --- public/css/vroom.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/vroom.css b/public/css/vroom.css index 97cb7d0..87b9127 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -15,8 +15,7 @@ text-align: center; } #mainVideo video { - max-width: 100%; - min-width: 75%; + width: 90% !important; height: auto; } .previewContainer{