H1 on Trackers and Sites index are causing inconsistency across Mac and iOS
On iOS, there is no H1 in the DOM
On Mac, there is an H1 in the DOM, but it’s being made invisible
The CSS that prevents there being a big space above the H2 is dependent on there being nothing above it.
There are two ways to fix this:
- Remove that H1 on Mac
- Provide a body class for
mac
orios
that allows me to style these separately (also see https://source.ind.ie/better/builder/issues/119)