The K2 item heading is marked as H1 but the font size is displaying smaller than the H2.
The code is below suggesting they are both the same size and I'm not sure what is affecting the change in display.
How can I the font size of the H1 so it actually displays bigger than the font size of H2 please?
- Code: Select all
article header h1, article header h2 {
font-size: 24px;
margin: 0 0 12px;
Kind regards
Drew