diff options
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/posts/film_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
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; } </style> {%endblock%} |