aboutsummaryrefslogtreecommitdiff
path: root/src/app/video/video.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-16 16:01:17 +0530
committerreal-zephex <[email protected]>2024-03-16 16:01:17 +0530
commit77a85a47c18f14315ebe7f99a8b5218821e9c290 (patch)
tree937acd0651327525c3712a6644121ca3127352ca /src/app/video/video.css
parentvercel fix (diff)
downloaddramalama-77a85a47c18f14315ebe7f99a8b5218821e9c290.tar.xz
dramalama-77a85a47c18f14315ebe7f99a8b5218821e9c290.zip
minor fixes: tried to make the video player responsive but failed
Diffstat (limited to 'src/app/video/video.css')
-rw-r--r--src/app/video/video.css4
1 files changed, 2 insertions, 2 deletions
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
+}