Answer the question
In order to leave comments, you need to log in
"Feature" or feature of @media?
Hello. Adapted the site for screens - @media(min-width:360px) and (max-width:375px){, but in the browser with a screen width of 375px, adaptation did not work, I had to set it to 376. But it should be inclusive, right? Or I'm wrong?
Answer the question
In order to leave comments, you need to log in
1. Show how your directive is organized (full code)
2. Are you sure that you do not have a point request for this breakpoint?@media
@media screen and (width: 375px) {...}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question