commit 5de59186123c46a05f30fcf00a3d56a73d2f9a42 parent fc7b499af532ec4635d3ae57541150941619399e Author: FIGBERT <figbert@figbert.com> Date: Sun, 16 Aug 2020 14:08:51 -0700 :lipstick: Constrain media content to fit container Diffstat:
M | static/global.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/static/global.css b/static/global.css @@ -44,6 +44,10 @@ pre { padding: 1rem; } +video, picture, img { + width: 100%; +} + h1::before { content: "#"; padding-right: 0.5rem;