aboutsummaryrefslogtreecommitdiff
path: root/src/app/movies/styles/info.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/movies/styles/info.module.css')
-rw-r--r--src/app/movies/styles/info.module.css27
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 e5c5277..a0da8d9 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