numParagraph.js break column
This commit is contained in:
parent
84633a1d4a
commit
bdb35a7ea6
4 changed files with 17 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue