diff options
| author | real-zephex <[email protected]> | 2024-05-07 08:38:08 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-07 08:38:08 +0530 |
| commit | d4cb608107f48c763d489411189a7a634edfdded (patch) | |
| tree | 0827f8da810ca372f6e3dea8406b739ba03e43a6 /src/app/movies/styles/info.module.css | |
| parent | Merge pull request #20 from zephex-alt/master (diff) | |
| download | dramalama-d4cb608107f48c763d489411189a7a634edfdded.tar.xz dramalama-d4cb608107f48c763d489411189a7a634edfdded.zip | |
small fixes and shit
Diffstat (limited to 'src/app/movies/styles/info.module.css')
| -rw-r--r-- | src/app/movies/styles/info.module.css | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/src/app/movies/styles/info.module.css b/src/app/movies/styles/info.module.css index 23b3322..bc3b30a 100644 --- a/src/app/movies/styles/info.module.css +++ b/src/app/movies/styles/info.module.css @@ -26,8 +26,8 @@ .HeroTitle { display: flex; flex-direction: column; - margin-left: 1rem; - padding: 0.5rem; + margin-left: 0.6rem; + padding: 0.3rem; } .HeroTitle h2 { @@ -49,6 +49,8 @@ .MovieDescription { font-size: 18px; margin: 0.2rem 0 0 0; + max-height: 140px; + overflow: auto; } .OtherInfo { @@ -117,4 +119,23 @@ .VideoPlayer iframe { height: 250px; } -} + + .HeroTitle h2 { + font-size: 22px; + } + + .HeroSection img { + width: 170px; + height: 267px; + } + + .MovieDescription { + font-size: 16px; + } + + .OtherInfo { + width: 90%; + margin: 1rem auto; + } + +}
\ No newline at end of file |