summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-01 16:47:03 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-01 16:47:03 -0500
commit65c259409bbda5f1d3d028c5d3629fee68b1e9ce (patch)
treeb97a6df84d4e720df2ab8660d709ae16a6d05900
parent32e266609c7af008e2d6b46144d4798d00cd9a40 (diff)
responsive video player width #60
-rw-r--r--www/css/style.css4
1 files changed, 2 insertions, 2 deletions
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;