hey guys,
Im so confused and don’t know what’s wrong with the code,
any help?
That’s my code:
@media only screen and (max-width: 420px){
.hero-title{
font-size:4.5rem;
}
}
and that’s the error it gives me:
You should have a new @media
query for only screen and (max-width: 420px)
. This should be the last query in the @media
query list.