diff options
| author | real-zephex <[email protected]> | 2024-03-21 23:40:03 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-21 23:40:03 +0530 |
| commit | e82bf4981a26ae691ee61768ede9a732716b9e64 (patch) | |
| tree | c04d3ec39600f642097035ce2e80e679a6e263d6 | |
| parent | fix: fixed the backed. let's hope it stays this way (diff) | |
| download | dramalama-e82bf4981a26ae691ee61768ede9a732716b9e64.tar.xz dramalama-e82bf4981a26ae691ee61768ede9a732716b9e64.zip | |
fix: minor css fix
| -rw-r--r-- | src/app/kdrama/kdrama.css | 2 | ||||
| -rw-r--r-- | src/app/kdrama/page.jsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/kdrama/kdrama.css b/src/app/kdrama/kdrama.css index 7595de7..2b58414 100644 --- a/src/app/kdrama/kdrama.css +++ b/src/app/kdrama/kdrama.css @@ -133,7 +133,7 @@ padding: 10px; } -.titleContainer { +.titleContainer2 { display: flex; flex-direction: row; justify-content: space-between; diff --git a/src/app/kdrama/page.jsx b/src/app/kdrama/page.jsx index 8f9a936..2126b0e 100644 --- a/src/app/kdrama/page.jsx +++ b/src/app/kdrama/page.jsx @@ -93,7 +93,7 @@ export default function Kdrama() { {details && ( <div className="dramaInfo"> - <div className="titleContainer"> + <div className="titleContainer2"> <p className="dramaTitle">{details.title}</p> <Image className="dramaImage" |