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