Hello I have a problem because when I use 'toggle device toolbar'
@media does not work, but when I narrow page manually, everything applies. I am using Ubuntu, google chrome.
css:
@media only screen and (max-width: 60rem) {
.shop {
grid-template-columns: 1fr;
}
}