double column

This commit is contained in:
Julie Blanc 2026-03-10 10:27:20 +01:00
parent db9468de74
commit 4982b2b3de
3 changed files with 6 additions and 5 deletions

View file

@ -8,13 +8,14 @@
}
.body_note{
padding-left: calc(var(--indent)*3);
padding-left: calc(var(--indent)*1);
position: relative;
}
.following-note_marker{
position: absolute;
left: calc(var(--indent)*2);
// left: calc(var(--indent)*2);
left: 0;
}
.following-note_call{