Skip to content

Commit

Permalink
Fix layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Jul 31, 2022
1 parent bfa8ab7 commit 36602ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/page/movie.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
</div>

<div class="carousel" style="display: flex;margin-top: 0.9rem;margin-bottom: 0.8rem">
<div class="carousel" style="display: flex;margin-top: 0.8rem;margin-bottom: 0.8rem">
{% if movie.imdbRatingAverage is not null %}
<div style="display: flex; align-items: center;cursor:pointer;" onclick="window.open('{{ movie.imdbUrl }}', '_blank')">
<img src="/images/imdb-logo.svg" style="width: 3rem">
Expand Down

0 comments on commit 36602ae

Please sign in to comment.