I’m beyond frustrated after messing around with this media query for a week now. I’ve tried refreshing the page, as well as on multiple browsers and nothing has worked. Please help me get passed this one issue so I can move on to the next step in the curriculum. code posted below. @media (max-height: 600px){
.main-section{
font-size: .7em;
}
}
Your code so far
<!-- file: index.html -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Challenge Information:
Technical Documentation Page - Build a Technical Documentation Page
Please update the message to include your code. The code was too long to be automatically inserted by the help button.
When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.