diff options
author | luxagraf <sng@luxagraf.net> | 2023-05-07 14:31:40 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-05-07 14:31:40 -0400 |
commit | 09f2df0710dbd16573ce3a6b1d4fb979051aafcc (patch) | |
tree | 0aa9096bc5cea5b6582ee034830102ee8423c4d9 /app | |
parent | 551f6112559ae02b6deb5392e3d3737fb44566a7 (diff) |
film: more css fixes
Diffstat (limited to 'app')
-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> |