text balance & ol p

This commit is contained in:
Julie Blanc 2026-01-21 11:15:05 +01:00
parent d97e8b05dc
commit 8c08a6807f
4 changed files with 15 additions and 7 deletions

View file

@ -3,12 +3,14 @@
h1, h2, h3 {
text-wrap: balance;
&::before{
content: attr(data-counter);
}
}
h4, h5, h6{
text-wrap: balance;
&::before{
content: attr(data-counter) ". ";
}