From 77a85a47c18f14315ebe7f99a8b5218821e9c290 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sat, 16 Mar 2024 16:01:17 +0530 Subject: minor fixes: tried to make the video player responsive but failed --- src/app/video/video.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/video/video.css') diff --git a/src/app/video/video.css b/src/app/video/video.css index 7cd537d..a75054b 100644 --- a/src/app/video/video.css +++ b/src/app/video/video.css @@ -6,7 +6,7 @@ } .video2 video { - border-radius: 10px; + border-radius: 5px; } .video2 p { @@ -20,4 +20,4 @@ .video2 p { color: black; } -} \ No newline at end of file +} -- cgit v1.2.3