added scroll for overview in movies app & centered cards

This commit is contained in:
KrishnaMoorthy12 2020-12-12 18:31:09 +05:30
parent a3282f9023
commit baeb8d86ae

View File

@ -44,6 +44,7 @@ header {
main {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.movie {
@ -101,6 +102,7 @@ main {
right: 0;
max-height: 100%;
transform: translateY(101%);
overflow-y: auto;
transition: transform 0.3s ease-in;
}