fix css counter-reset bug with firefox

This commit is contained in:
Eric Leroy-Terquem 2023-05-23 10:12:16 +02:00
parent 3620cbadda
commit 3c7e280027

View file

@ -1,5 +1,5 @@
.counter-start-header-section {
counter-reset: h2 h3 h4 h5 h6 h7;
counter-reset: h2;
.reset-h2 {
counter-reset: h3;