figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

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:
Mstatic/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;