From 551f6112559ae02b6deb5392e3d3737fb44566a7 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 7 May 2023 14:28:42 -0400 Subject: films: another css fix --- app/posts/templates/posts/film_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/posts') diff --git a/app/posts/templates/posts/film_detail.html b/app/posts/templates/posts/film_detail.html index 06e3b8a..450ce4f 100644 --- a/app/posts/templates/posts/film_detail.html +++ b/app/posts/templates/posts/film_detail.html @@ -14,8 +14,8 @@ aspect-ratio: 16 / 9; width: 100%; } -p:has(+ iframe){ - max-width: 100%; +.post-body p:has(+ iframe){ + max-width: 100% !important; } {%endblock%} -- cgit v1.2.3-70-g09d2