Answer the question
In order to leave comments, you need to log in
Is it possible to use multiple identical @media in a css file?
I work with adaptive layout, everything adjusts for me like this:
/* ----------------------------------------------- */
@media (max-width: 639px) {
}
/* ----------------------------------------------- */
@media (min-width: 640px) and (max-width: 799px) {
}
/* ----------------------------------------------- */
@media (min-width: 800px) and (max-width: 999px) {
}
/* ----------------------------------------------- */
@media (min-width: 1000px) and (max-width: 1199px) {
}
/* ----------------------------------------------- */
@media (min-width: 1200px) {
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question