diff options
author | luxagraf <sng@luxagraf.net> | 2023-05-07 14:28:42 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-05-07 14:28:42 -0400 |
commit | 551f6112559ae02b6deb5392e3d3737fb44566a7 (patch) | |
tree | 3fa1d244e25055fb306e6742b72cfcdd30dbf260 /app/posts | |
parent | 08a807a428fba7bc92b5b9ee75893f892abb7c8e (diff) |
films: another css fix
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%} |