diff options
-rw-r--r-- | app/posts/templates/posts/film_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/film_detail.html b/app/posts/templates/posts/film_detail.html index 450ce4f..d0108e9 100644 --- a/app/posts/templates/posts/film_detail.html +++ b/app/posts/templates/posts/film_detail.html @@ -14,7 +14,7 @@ aspect-ratio: 16 / 9; width: 100%; } -.post-body p:has(+ iframe){ +.fullwidth { max-width: 100% !important; } </style> |