summaryrefslogtreecommitdiff
path: root/app/posts
diff options
context:
space:
mode:
Diffstat (limited to 'app/posts')
-rw-r--r--app/posts/templates/posts/film_detail.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/posts/templates/posts/film_detail.html b/app/posts/templates/posts/film_detail.html
index 1c25299..06e3b8a 100644
--- a/app/posts/templates/posts/film_detail.html
+++ b/app/posts/templates/posts/film_detail.html
@@ -14,6 +14,9 @@
aspect-ratio: 16 / 9;
width: 100%;
}
+p:has(+ iframe){
+ max-width: 100%;
+}
</style>
{%endblock%}
{%block bodyid%}id="home" class="friends"{%endblock%}