Home › Forums › CSS › Which media queries should be used for responsive design? › Re: Which media queries should be used for responsive design?
March 19, 2012 at 8:23 am
#99400
Participant
You can use something like this:
@media (max-width: 1024px) {
}
And other widths for other resolutions.