A
A
Andrey Frolov2018-08-28 17:15:45
Sass
Andrey Frolov, 2018-08-28 17:15:45

Why doesn't @media request work?

Hello everyone, the problem is that when I write some property in a media query, it is applied to the main layout, and not to the screen width that I specified
. For example, I wrote:

@media screen and (max-width:960px)
  header
    border: 1px solid red

And gave me in my compiled css file
header {
  border: 1px solid red
}

What could be the problem? Thank you all in advance!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question