From c84f66183f1a55c2a0d906f774919eec6ebeecee Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Wed, 22 Jan 2020 02:28:07 +0530 Subject: [PATCH] [Design] Change border radius of video. --- scss/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/index.scss b/scss/index.scss index dbba5b5..5b9f4c8 100644 --- a/scss/index.scss +++ b/scss/index.scss @@ -48,7 +48,7 @@ body { margin: auto; width: 80%; .plyr { - border-radius: 3em; + border-radius: 1em; border-color: #000; border-width: 4px; border-style: solid;