Notice that "Crappy Android portrait 240 x 320" makes the card's text overflow. Is there a canonical solution for this? I could decide on a min-width for the body, but that would just brush the problem underneath the rug.

|
Notice that "Crappy Android portrait 240 x 320" makes the card's text overflow. Is there a canonical solution for this? I could decide on a
|
|||
|
You need to set a CSS media query to shrink to text on smaller browsers
Something like that will work for phones and h2s. |
|||
|
|
|
You can use
I've also noted that you are loosing some width because of a wrong layout. You forgot the So, to recover the full media width and fix your layout you can use a markup like this:
|
|||
|
|
headerand give its width or something to that it stick under that white board – Arpit Srivastava Sep 23 '12 at 9:48