aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/styles/info.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-12 09:22:28 +0530
committerreal-zephex <[email protected]>2024-04-12 09:22:28 +0530
commitc84ff0bdae649ec1b09f1eaf2dbea1391aec27f3 (patch)
tree195346090baeb2e4dae17f45bf8298918215dc67 /src/app/kdrama/styles/info.module.css
parentfixes: manga search is now fixed. removed the netlify card from the homepage ... (diff)
downloaddramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.tar.xz
dramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.zip
fix: fixed kdrama page and made it available
Diffstat (limited to 'src/app/kdrama/styles/info.module.css')
-rw-r--r--src/app/kdrama/styles/info.module.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/app/kdrama/styles/info.module.css b/src/app/kdrama/styles/info.module.css
index 3d9966e..4b6a091 100644
--- a/src/app/kdrama/styles/info.module.css
+++ b/src/app/kdrama/styles/info.module.css
@@ -1,6 +1,6 @@
.Main {
- max-width: 95%;
- margin: 100px auto;
+ max-width: 98%;
+ margin: 80px auto;
}
.TitleContainer {
@@ -16,8 +16,8 @@
}
.TitleContainer img {
- height: auto;
width: auto;
+ /* height: auto; */
border-radius: 10px;
}
@@ -95,6 +95,8 @@
display: flex;
flex-direction: column;
align-items: center;
+ width: 70dvw;
+ margin: 0px auto;
}
.Video p {
@@ -104,14 +106,18 @@
}
.VideoPlayer {
- width: 70%;
height: auto;
margin: 0px auto;
}
@media screen and (max-width: 768px) {
- .VideoPlayer {
+ .Video {
width: 100%;
- height: auto;
}
+
+ .EpisodeButtons button {
+ font-size: 14px;
+ width: 80px;
+ }
+
} \ No newline at end of file