From a1671e6902116ad92bebb6ff15cfdd73a9709c6d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 17 Feb 2025 22:27:07 +0100 Subject: [PATCH] css/visual --- style/reset.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style/reset.css b/style/reset.css index 7dfb624..9efd17a 100644 --- a/style/reset.css +++ b/style/reset.css @@ -14,6 +14,7 @@ html { } body { + /* LATER */ hanging-punctuation: first last; min-block-size: 100svh; } @@ -25,5 +26,14 @@ h1, h2, h3, h4, h5, h6 { figcaption, li, p { + /* LATER */ text-wrap: pretty; } + +img, +picture, +svg, +video { + display: block; + max-inline-size: 100%; +}