From 4cfe5578e6446945aa4d9ffc43cfd60ed7c64e7c Mon Sep 17 00:00:00 2001 From: nikhil-bagla <52846320+nikhil-bagla@users.noreply.github.com> Date: Tue, 25 May 2021 16:03:04 +0530 Subject: [PATCH] Update style.css Added gap between .movie-info h3 and .movie-info span. --- movie-app/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/movie-app/style.css b/movie-app/style.css index 83f2acc..4821341 100644 --- a/movie-app/style.css +++ b/movie-app/style.css @@ -66,6 +66,7 @@ main { display: flex; align-items: center; justify-content: space-between; + gap:0.2rem; padding: 0.5rem 1rem 1rem; letter-spacing: 0.5px; }