From 39064fc306d380f8524c8b4062e3ea7fc5b16213 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 17 Mar 2024 09:24:57 +0530 Subject: The anime section is fully server rendered! --- 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 c739968..aab1f54 100644 --- a/src/app/video/video.css +++ b/src/app/video/video.css @@ -6,8 +6,8 @@ width: 50%; } -.video2 video { - border-radius: 5px; +.testPlayer { + border-radius: 10px; } .video2 p { -- cgit v1.2.3