Update style.css

Added gap between .movie-info h3 and .movie-info span.
This commit is contained in:
nikhil-bagla 2021-05-25 16:03:04 +05:30 committed by GitHub
parent 4dd2f9dd57
commit 4cfe5578e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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