Merge pull request #9078 from demarches-simplifiees/fix-css-counter-reset-for-firefox

Corrige un bug de numérotation automatique sur Firefox
This commit is contained in:
Colin Darie 2023-05-23 12:41:13 +00:00 committed by GitHub
commit 3627d7cae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;