From 1d177906622b8758ebb46899cba33aacba7e51fa Mon Sep 17 00:00:00 2001
From: David Backeus
Date: Fri, 16 Jul 2021 18:39:24 +0200
Subject: [PATCH] Fix mobile margin on movies#show
---
app/views/movies/show.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/movies/show.html.erb b/app/views/movies/show.html.erb
index cd645b7..3f2b5b3 100644
--- a/app/views/movies/show.html.erb
+++ b/app/views/movies/show.html.erb
@@ -5,7 +5,7 @@
-
+
<%= image_tag @movie.poster_url, class: "w-full" if @movie.poster_url %>