diff --git a/src/components/MovieRow.css b/src/components/MovieRow.css index 7a2f8b5e..a8153064 100644 --- a/src/components/MovieRow.css +++ b/src/components/MovieRow.css @@ -24,6 +24,13 @@ margin-right: 0.5rem; } +.movieRow .left .titleWrapper { + height: 100%; + display: flex; + align-items: center; + justify-content: center; +} + .movieRow .left .seasonEpisodeSubtitle, .movieRow .left .year { color: var(--text-secondary);