I am practicing to code. Trying to make the grubhub webpage. Having trouble with the max-width media query.
Below is my code
@media (max-width: 800px) {
div.displayFood h2 {
font-size: 3rem;
}
.order {
display: flex;
flex-direction: column-reverse;
}
}
I understood that it's a lot of codes. Appreciate any help.