[Design] Change border radius of video.

This commit is contained in:
Ceda EI 2020-01-22 02:28:07 +05:30
parent 99ba2c3b34
commit c84f66183f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ body {
margin: auto; margin: auto;
width: 80%; width: 80%;
.plyr { .plyr {
border-radius: 3em; border-radius: 1em;
border-color: #000; border-color: #000;
border-width: 4px; border-width: 4px;
border-style: solid; border-style: solid;