Add small space between p + p
All checks were successful
Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
Camilledenoray 2026-06-10 17:09:30 +02:00
parent 6a3f2e4234
commit 2563b27d26
3 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@ p {
}
p + p {
/*! text-indent: var(--indentation); */
margin-top: calc(var(--line-height-S) / 2);
}
ul {