Fixes
This commit is contained in:
parent
1be59353d6
commit
87ca027277
2 changed files with 113 additions and 113 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
.Images {
|
||||
display: flex;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
align-items: start;
|
||||
gap: 15px;
|
||||
height: 200px;
|
||||
|
@ -67,7 +67,7 @@
|
|||
display: flex;
|
||||
width: 100%;
|
||||
gap: 20px;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ReadMore {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
.Summary {
|
||||
background: linear-gradient(#00000050, black);
|
||||
font-size: 20px;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
|
@ -74,7 +74,7 @@
|
|||
|
||||
.Bottom {
|
||||
background-color: black;
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
padding: 20px 40px;
|
||||
flex-direction: column;
|
||||
|
@ -86,7 +86,7 @@
|
|||
|
||||
.Actors {
|
||||
display: flex;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
align-items: start;
|
||||
gap: 15px;
|
||||
}
|
||||
|
@ -108,7 +108,7 @@
|
|||
display: flex;
|
||||
gap: 10px;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.Tags > * {
|
||||
|
|
Reference in a new issue