Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 6th, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /* Media Query Styles */
  2. /* http://blog.mailchimp.com/using-media-queries-to-improve-readability/ */
  3. @media only screen and (max-device-width: 480px){
  4.         table[id="templateContainer"]{
  5.                 max-width:600px !important;
  6.                 width:100% !important;
  7.         }
  8.  
  9.         td[class="bodyContent"]{
  10.                 font-size:19px !important;
  11.         }
  12. }