It also leaves us with a cleaner site header that has room to accept some more top-level navigation items in the future.
Bug reports are always welcome, so please let us know if the layout looks wrong in your browser, or if you find yourself unable to do something you previously could.
counter-reset and counter-set do not work in iPad browsers,
with this style sheet, h3 header auto-numbering will continue from previous chapter in iPad, either edge or safari. like below:
1 header1
1.1 header2
1.2 header2
2 header1
2.3 header2
2.4 header2
But it is fine in edge of windows PC, Like below:
1 header1
1.1 header2
1.2 header2
2 header1
2.1 header2
2.2 header2