add triplecate

This commit is contained in:
Julie Blanc 2026-03-10 14:17:49 +01:00
parent cc75afe344
commit 0d3afdc58d
34 changed files with 357 additions and 295 deletions

View file

@ -6,12 +6,13 @@
orphans: 2;
hyphens: 2;
}
.container-following-note + p,
.container-float-note + p,
p + p{
text-indent: 30%;
text-indent: 3ch;
position: relative;
/* text-indent: -6ch; */
@ -59,7 +60,10 @@ h3, h4{
/* padding-left: 1.5ch; */
margin-top: calc(var(--baseline)*1.5);
margin-bottom: calc(var(--baseline)*0.5);
padding-left: 30%;
/* padding-left: 30%; */
max-width: 26ch;
text-align: center;
}
h3::before,