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 {
|
||||
/* 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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue