From 342008526118ffd2e50f0c8a225e6020bbc0ef23 Mon Sep 17 00:00:00 2001 From: Rahul Padigela Date: Fri, 16 Sep 2016 09:13:04 -0700 Subject: [PATCH] Fix player icon --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7717356..8ae93f7 100644 --- a/index.html +++ b/index.html @@ -47,8 +47,8 @@ } .youtube-player .play { - height: 50px; - width: 50px; + height: 70px; + width: 70px; left: 50%; top: 50%; margin-left: -36px;