commit 1ded342bc04d6dde331bae0b1cf8aa248c4c1807 parent 6a61bdade59137c6e40c647779fdb7682db257d1 Author: FIGBERT <figbert@figbert.com> Date: Tue, 14 Jun 2022 11:42:43 -0700 Style video, picture, and img elements Diffstat:
M | static/css/global.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/static/css/global.css b/static/css/global.css @@ -48,3 +48,7 @@ h4 > a, h5 > a, h6 > a { text-decoration: none; color: inherit; } + +video, picture, img { + width: 100%; +}