@media(max-width:450px) {
body {
width: 40em;
}
}
What is the purpose of this media query? What are you trying to accomplish here? What happens when you remove it?
@media(max-width:450px) {
body {
width: 40em;
}
}
What is the purpose of this media query? What are you trying to accomplish here? What happens when you remove it?