Answer the question
In order to leave comments, you need to log in
How to make a media query?
Faced such a problem.
On mobile resolution, based on the state of the filter is open, I hang up the class. How to ignore this condition for desktop resolution? Write a media query in js or is there an elegant way?
Answer the question
In order to leave comments, you need to log in
What is the problem to describe everything in css?
.filter__panel {
&_show {
@media screen and (max-width: 767px) {
// mobile styles
}
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question