<style> p { font-size: 20px; } /* Only change code below this line */ @media (max-height: 800px){ p { font-size: 10px; } } /* Only change code above this line */ </style> <p>Lorem ipsum dolor sit amet...</p>