/* Ensure H1 and H3 headings are visible on mobile */ @media only screen and (max-width: 640px) { h1, h3 { display: block !important; } }
top of page
bottom of page