numParagraph.js break column

This commit is contained in:
Julie Blanc 2026-04-09 22:35:44 +02:00
parent 84633a1d4a
commit bdb35a7ea6
4 changed files with 17 additions and 2 deletions

View file

@ -312,6 +312,7 @@ ul {
.p-these {
font-weight: 500;
margin-bottom: calc(var(--baseline) * 1);
}
.p-these strong {
text-transform: uppercase;
@ -337,6 +338,7 @@ ol[type="1"] {
display: flex;
align-items: center;
justify-content: center;
outline: 1px solid red;
}
ol[type="1"]::after {
content: attr(start);