Re: [css-d] Responsive Design Question

2015-01-10 Thread Tom Livingston
I would recommend using min-width MQs. That will apply the styles to devices whose width is AT LEAST as wide as the designated width in the MQ. What I do is set base styles that apply to all devices up to the next min-width MQ. These base styles cover the multitude of size differences. At the firs

Re: [css-d] Responsive Design Question

2015-01-10 Thread John
> On Jan 10, 2015, at 10:05 AM, Chick Newman wrote: > > What I'd like to know is whether this query will apply to all devices whose > maximum viewports are smaller than 600 px, e,g, if it is only 380 px. If > not, does that mean I have to set up a max-width property specific for every > hand