Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:

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

Hey there,

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.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

It wont let me insert the code.

Hi,
You should be able to copy and paste your code here in the editor. Without your code, we can’t understand the real issue.
Good luck!

Should, yes.
Can, no.

what happens when you try?

Have you tried implementing the steps in This post?