Skip to content

Commit baeb8d8

Browse files
added scroll for overview in movies app & centered cards
1 parent a3282f9 commit baeb8d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

movie-app/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ header {
4444
main {
4545
display: flex;
4646
flex-wrap: wrap;
47+
justify-content: center;
4748
}
4849

4950
.movie {
@@ -101,6 +102,7 @@ main {
101102
right: 0;
102103
max-height: 100%;
103104
transform: translateY(101%);
105+
overflow-y: auto;
104106
transition: transform 0.3s ease-in;
105107
}
106108

0 commit comments

Comments
 (0)