Merge pull request #29 from KrishnaMoorthy12/fix-movies-app

added scroll for overview in movies app & centered cards
This commit is contained in:
Brad Traversy 2020-12-12 08:39:36 -05:00 committed by GitHub
commit 287507df68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}