I have 2 conditions for a certain CSS rule:
@media all and (min-width:481px) and (max-width:1024px)
and
@media all and (max-height:900px)
Since I guessing I can’t concatenate conditions with or is there a way not to duplicate the CSS rule for both conditions?
You can do that using a comma: