Le 15 juin 2013 à 10:14, weblist99 <[email protected]> a écrit :
> I'm running into a chaos with responsive design targeting many devices. The
> main issue is with different resolutions for smart phone.
> …..
Instead of thinking to target particular device sizes (impossible in an ever
changing landscape), think about content.
Check when your layout breaks.
Does your layout work fine at width > 900px but breaks when narrower ? if yes,
set a breakpoint (an MQ) for that. Repeat. Rinse.
In my present project I use just two MQ's:
@media (max-width: 55em) {}
@media ( max-width: 35em) {}
Thinking about devices is just over engineering.
YMMV.
Philippe
--
Philippe Wittenbergh
http://l-c-n.com
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/