Update style.css

Added gap between .movie-info h3 and .movie-info span.
pull/61/head
nikhil-bagla 3 years ago committed by GitHub
parent 4dd2f9dd57
commit 4cfe5578e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save