diff options
| author | real-zephex <[email protected]> | 2024-03-17 09:24:57 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-17 09:24:57 +0530 |
| commit | 39064fc306d380f8524c8b4062e3ea7fc5b16213 (patch) | |
| tree | 975113dfdb1e010b8ef6ace632c5126f60b95833 /src/app/video/video.css | |
| parent | Update README.md (diff) | |
| download | dramalama-39064fc306d380f8524c8b4062e3ea7fc5b16213.tar.xz dramalama-39064fc306d380f8524c8b4062e3ea7fc5b16213.zip | |
The anime section is fully server rendered!
Diffstat (limited to 'src/app/video/video.css')
| -rw-r--r-- | src/app/video/video.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |