Tell us what’s happening: My code seems right, but it didn’t pass with the hint is " You should have a new @media query for only screen with a max-width of 550px . This should come after your previous two.
Your code so far @media only screen and (max-width: 550px) {
.hero-title {
font-size: 6rem;
}
.hero-subtitle, .author, .quote, .list-title {
font-size: 1.8rem;
}
.social-icons {
font-size: 2rem;
}
.text {
font-size: 1.6rem;
}
}
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
Challenge: Learn CSS Grid by Building a Magazine - Step 79
I’ve edited your code for readability. When you enter a code block into a forum post, 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.
Welcome to our forum.
Sometimes, browser extensions, or just the browser, will cause the correct answer to not record. I would suggest checking for any browser extensions that may be causing the issue. As well, it could be submitted from another browser to see if the browser is just being a bit off.
I come across this issue myself at times.
Happy coding!