css/visual

This commit is contained in:
Marc Beninca 2025-02-17 22:27:07 +01:00
parent 1ac4677be9
commit a1671e6902
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -14,6 +14,7 @@ html {
} }
body { body {
/* LATER */
hanging-punctuation: first last; hanging-punctuation: first last;
min-block-size: 100svh; min-block-size: 100svh;
} }
@ -25,5 +26,14 @@ h1, h2, h3, h4, h5, h6 {
figcaption, figcaption,
li, li,
p { p {
/* LATER */
text-wrap: pretty; text-wrap: pretty;
} }
img,
picture,
svg,
video {
display: block;
max-inline-size: 100%;
}