num paragraph to top

This commit is contained in:
Julie Blanc 2026-04-22 16:54:26 +02:00
parent 727f3839f3
commit fbeefd2f31
4 changed files with 17 additions and 11 deletions

View file

@ -8,14 +8,14 @@ ol[type="1"]{
break-after: avoid;
width: $indent;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
// display: flex;
// align-items: center;
// justify-content: center;
&::after{
content: attr(start);
display: block;
position: absolute;
// position: absolute;
font-size: var(--fs-small);
opacity: 0.5;
}