Fix up movie dsplay in weekly posts

This commit is contained in:
2023-05-14 18:02:19 +10:00
parent f697b23285
commit ed1b357b02
3 changed files with 10 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ article class="h-entry"
div class="flex gap-4 pb-4 mt-4"
- past_movies.map do |movie|
a href=movie.url
figure
figure class="w-24"
img class="rounded hover:opacity-80" src=movie.poster
figcaption= movie.title
hr