From 65c259409bbda5f1d3d028c5d3629fee68b1e9ce Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 1 Nov 2015 16:47:03 -0500 Subject: responsive video player width #60 --- www/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/css/style.css b/www/css/style.css index ebfeb58c..c6be1c1f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -515,8 +515,8 @@ input[type=range]::-webkit-slider-thumb { .videogular-container { - height: 190px; - width:300px; + height: 260px; + margin: auto; overflow: hidden; float:left; -- cgit v1.2.3