css/visual
This commit is contained in:
parent
1ac4677be9
commit
a1671e6902
1 changed files with 10 additions and 0 deletions
|
@ -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%;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue