From 4f805b86cb3de4b407097f904fccd856242f961e Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 22 Mar 2024 00:17:19 +0530 Subject: fix: minor css fix --- src/app/info/info.css | 4 ++-- src/app/kdrama/kdrama.css | 2 ++ src/app/kdrama/page.jsx | 8 ++++---- src/app/video/video.css | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/app/info/info.css b/src/app/info/info.css index e9bb501..0141b6a 100644 --- a/src/app/info/info.css +++ b/src/app/info/info.css @@ -17,7 +17,7 @@ } .titleContainer p { - color: var(--neon-green ); + color: var(--neon-yellow); width: 60%; font-family: "Kanit"; font-size: 24px; @@ -79,5 +79,5 @@ .infoPageContainer p { color: black; } - + } \ No newline at end of file diff --git a/src/app/kdrama/kdrama.css b/src/app/kdrama/kdrama.css index 2b58414..900232f 100644 --- a/src/app/kdrama/kdrama.css +++ b/src/app/kdrama/kdrama.css @@ -139,6 +139,7 @@ justify-content: space-between; align-items: center; margin: 0px auto; + width: 100%; } .dramaTitle { @@ -157,6 +158,7 @@ color: var(--softer-purple); font-family: "Atkinson Hyperlegible"; text-align: center; + max-width: 95%; } .episodesButtonsContainer { diff --git a/src/app/kdrama/page.jsx b/src/app/kdrama/page.jsx index 2126b0e..4426a2b 100644 --- a/src/app/kdrama/page.jsx +++ b/src/app/kdrama/page.jsx @@ -92,7 +92,7 @@ export default function Kdrama() { )} {details && ( -
+

{details.title}

Drama
-

- {details.description} -

+
+

{details.description}

+
{details.episodes.map((eps, index) => (