I just don’t see whats wrong.
.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;
}
}
Hint:
Your new @media
rule should have a .hero-title
selector, a .hero-subtitle, .author, .quote, .list-title
selector, a .social-icons
selector, and a .text
selector. These selectors should be in this order.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
Challenge: Learn CSS Grid by Building a Magazine - Step 79
Link to the challenge: