From baeb8d86aeb11a7d6c379222010afba6b21969ee Mon Sep 17 00:00:00 2001 From: KrishnaMoorthy12 Date: Sat, 12 Dec 2020 18:31:09 +0530 Subject: [PATCH] added scroll for overview in movies app & centered cards --- movie-app/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/movie-app/style.css b/movie-app/style.css index 6dda33f..83f2acc 100644 --- a/movie-app/style.css +++ b/movie-app/style.css @@ -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; }