Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- =========================================== IPHONE LANDSCAPE ====
- */
- @media handheld, only screen and (max-width: 480px) {
- .ts-col_2 { width:99.5%; display: block; clear: both; }
- .ts-col_3 { width:99.5%; display: block; clear: both;}
- .ts-col_4 { width:99.5%; display: block; clear: both; }
- .ts-col_5 { width:99.5%; display: block; clear: both;}
- .ts-col_6 { width:99.5%; display: block; clear: both;}
- .ts-col_2c { width: 99.5%; display: block; clear: both;}
- .ts-col_3c { width: 99.5%; display: block; clear: both;}
- .ts-col_4c { width: 99.5%; display: block; clear: both;}
- .ts-col_5c { width: 99.5%; display: block; clear: both;}
- .ts-col_6c { width: 99.5%; display: block; clear: both;}
- }
- /*
- ============================================ IPHONE PORTRAIT ====
- */
- @media handheld, only screen and (max-width: 320px) {
- .ts-col_1,
- .ts-col_2,
- .ts-col_3, .ts-col_3c,
- .ts-col_4, .ts-col_4c,
- .ts-col_5, .ts-col_5c,
- .ts-col_6, .ts-col_6c {
- width : 100%;
- clear:both;
- display: block;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment