Answer the question
In order to leave comments, you need to log in
What is the correct way to specify media queries of the format "Min-width - max-width"?
Tell me how to correctly set the media query format with a minimum and maximum width?
There is an action action block . On desktop, the block width is 41%. But when I start specifying the width for
@media (min-width : 320px) and (max-width : 380px) {}
- the style is applied not only for this format, but in general for all versions.
Answer the question
In order to leave comments, you need to log in
You
.blog-action .blog_inner .item {
width: 41%;
}
.blog .item
@media screen and (min-width:320px) and (max-width:380px){ // code}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question