indent p + p

This commit is contained in:
Julie Blanc 2026-04-10 11:46:11 +02:00
parent 3b91983491
commit 299ffe6c4b
6 changed files with 53 additions and 3 deletions

View file

@ -298,6 +298,14 @@ p, li {
word-spacing: -0.004em;
}
.wrapper-indent {
color: red;
}
.wrapper-indent > p:first-of-type {
text-indent: 5mm;
}
blockquote {
font-family: var(--font-quote);
}