📜 ⬆️ ⬇️

Adaptive email-letters and media queries: Problems and solutions



In our blog, we have repeatedly touched upon the topic of creating responsive mailing lists . Nowadays, almost half of all letters are viewed from smartphones and tablets, which means that you need to make sure that the letter looks good on devices with different form factors. For this purpose, in the layout and began to use media queries (media queries). However, there are a number of obstacles to the widespread use of technology. Today, we will take a closer look at the problems when using media queries and their possible solutions.

Why do we need media queries in email


To begin with, let us once again dwell on what media queries are. So media query is a component of the CSS language. This component is often used as a “switch”, which, based on a set of rules, is responsible for choosing one or another design style.

A media query consists of three parts: the media type ('media'), the expression ('expression'), and the style rules that are contained in the media query itself.
')


Media type is used to declare the environment to which the rules will apply. There are four options: all, print, screen, speech (all, print, screen and speech). For email tasks, the screen type is almost always used.

Expressions allow you to target devices using narrower conditions. Expressions describe the properties of the device, such as width (witdh) and height of the screen, aspect ratio (aspect-ratio) and color. Often designers use the following properties:


And finally, the curly brackets indicate the CSS rules that apply if the letter opens on a device that meets the requirements for the media type and properties in the expression. Media queries are written in the style block, which is usually located in the header of the html template.

The advantage of using media queries is the fact that they allow you to create letters that look good on different devices in different mail programs. Thus, the problem of displaying letters on a mobile device, which was compiled by a tabular method with an eye to a good view on the desktop, is removed. Examples of exactly how media queries can help in this situation we published in this material .

What is the problem


The main disadvantage of this whole situation - media queries do not work everywhere. For example, one of the most popular email clients in the world of Gmail either in the browser or in mobile applications does not support this technology - the mail program simply cuts off the template section with
 ,         media queries. 
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }
, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }

, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }

, media queries.
Media Query
iOS (iPhone/iPad)
check-green Gmail app (iOS + Android)
check-x Inbox by Gmail app (iOS + Android)
check-x Android 4.x native client
check-green Android Outlook Exchange via native client
check-x Android Outlook.com app
check-green Android Yahoo! Mail app
check-x Gmail (Android Browser)
check-x Mailbox (iOS + Android)
check-x Outlook.com (Android Browser)
check-x Outlook.com (iOS)
check-green Yahoo! Mail (Android Browser)
check-x Windows Phone 7
check-x Windows Phone 7.5
check-green Windows Phone 8
check-x BlackBerry OS 6
check-green BlackBerry OS 7
check-green BlackBerry Z10
check-green Kindle Fire native client
check-green
, Gmail. , .

media queries HTML - media queries «», .

Gmail
email-, , Gmail. — Freshinbox , .

. , — .



600 , « » (breakpoint) , Gmail , email-, .
, 1160 — email- 600 .

@media screen and (max-width:1160px){ * [lang=x-outer]{ width:100% !important; } }

When the browser window is narrowed to 700px, the width of the letter area will be only 450px. If the width is even smaller, a horizontal scroll will appear, which is not the most convenient element of navigation.

To avoid this, you need to set the width at around 100% of the screen width minus 250 pixels for the column fixed on the left side of the screen.

 @media screen and (max-width:700px){ * [lang=x-outer]{ width:calc(100vw - 250px) !important; float:left; } } 

Here, the units of measurement are vw - 1 vw = 1% viewport width (in this case, the browser window). The percentage describes the size of the element contained in the container (in our case, fixed at 450px). Then, to perform calculations, the Calc function is used (it can work with the values ​​of px , % , em , rem , vw , vh , etc.)

In this case, our email will not be 300 pixels. Therefore, these 300px are added to the 250px left column, in addition, a media query is used, fixing a width of 300px:

 @media screen and (max-width:550px){ * [lang=x-outer]{ width:300px !important; } } 

The full code of the example is presented in our topic (you can work with it on Codepen ).

How to do without media queries


Life hacking described above is not bad for working with Gmail, but there are still a large number of mail clients that do not support media queries. Nicole Merlin in the summer of 2015 published a material in which she presented her way of creating adaptive letters without using media queries. Translation of this material was published on Habrahabr earlier, so we will focus on the main points of the proposed technology.

The method is called the “floating hybrid” (fluid-hybrid method), which is also known as the “elastic” method (spongy method). The word "floating" means that it is proposed to use a large number of percentage calculations.

“Hybrid” means that the max-width attribute is used to limit the size of elements on large screens.

1. Start


It all starts with creating an empty file called index.html. You need to insert the following code there:

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--[if !mso]><!--> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!--<![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <link rel="stylesheet" type="text/css" href="styles.css" /> <!--[if (gte mso 9)|(IE)]> <style type="text/css"> table {border-collapse: collapse;} </style> <![endif]--> </head> <body> <center class="wrapper"> <div class="webkit"> [content goes here] </div> </center> </body> </html> 

Let's quickly get acquainted with all the elements of the code:

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - Nicole Merlin calls this DOCTYPE the most predictable.

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" - provides support for all Unicode characters in the document.

/> - used to ensure that Windows Phone smartphones correctly display the letter. This tag is enclosed in a conditional comment that hides it from all mso (Microsoft Outlook) products, to avoid problems with displaying images in Windows Live mail.

We will include a tag here, but it is better to leave it empty. According to the XHTML specification, it is necessary for the parser to work correctly in the mailbox preview, however, some of the standard Android mail applications will display its contents right before the pre-title of the letter, which is not good.

Merlin uses an external style sheet, but says that anyone can choose another option. Now you need to create a new document and name it styles.css. You need to save it in the same directory as HTML. At the very end it is embedded.

Further, between the conditional CSS-design for Outlook is located, which is needed to forcibly concatenate all the tables and avoid the appearance of spaces. This conditional expression works with all versions of Microsoft Outlook (mso), starting with the ninth (ninth version is the earliest: Outlook 2000), as well as versions of Outlook that use Internet Explorer to display the contents of letters (Outlook 2000-2003).

The first tag after the "body" is
 ,   -       (     -).          WebKit ( Apple Mail 6  ,   Outlook 2011).     max-width    ,     «»     –        . 

2.
, CSS- styles.css. :

/* Basics */ body { Margin: 0; padding: 0; min-width: 100%; background-color: #ffffff; } table { border-spacing: 0; font-family: sans-serif; color: #333333; } td { padding: 0; } img { border: 0; } .wrapper { width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .webkit { max-width: 600px; }
margin padding «» , , . HTML- cell-padding cellspacing . HTML- – ; HTML- , , , , CSS, , , CSS.

min-width 100% , , - . , , – Outlook Lotus Notes.

.wrapper, - Windows Phone iOS. table-layout: fixed
, Yahoo. max-width .webkit 600 , Apple Mail 6 ( ) Outlook 2011.

3.
: Outlook, . Outlook , max-width, . , .



Outlook max-width ,

HTML- [content goes here] . , , , , , .

<!--[if (gte mso 9)|(IE)]> <table width="600" align="center"> <tr> <td> <![endif]--> <table class="outer" align="center"> <tr> <td> [content goes here] </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]-->

, - ( -). WebKit ( Apple Mail 6 , Outlook 2011). max-width , «» – .

2.
, CSS- styles.css. :

/* Basics */ body { Margin: 0; padding: 0; min-width: 100%; background-color: #ffffff; } table { border-spacing: 0; font-family: sans-serif; color: #333333; } td { padding: 0; } img { border: 0; } .wrapper { width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .webkit { max-width: 600px; }
margin padding «» , , . HTML- cell-padding cellspacing . HTML- – ; HTML- , , , , CSS, , , CSS.

min-width 100% , , - . , , – Outlook Lotus Notes.

.wrapper, - Windows Phone iOS. table-layout: fixed
, Yahoo. max-width .webkit 600 , Apple Mail 6 ( ) Outlook 2011.

3.
: Outlook, . Outlook , max-width, . , .



Outlook max-width ,

HTML- [content goes here] . , , , , , .

<!--[if (gte mso 9)|(IE)]> <table width="600" align="center"> <tr> <td> <![endif]--> <table class="outer" align="center"> <tr> <td> [content goes here] </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]-->

, - ( -). WebKit ( Apple Mail 6 , Outlook 2011). max-width , «» – .

2.
, CSS- styles.css. :

/* Basics */ body { Margin: 0; padding: 0; min-width: 100%; background-color: #ffffff; } table { border-spacing: 0; font-family: sans-serif; color: #333333; } td { padding: 0; } img { border: 0; } .wrapper { width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .webkit { max-width: 600px; }

margin padding «» , , . HTML- cell-padding cellspacing . HTML- – ; HTML- , , , , CSS, , , CSS.

min-width 100% , , - . , , – Outlook Lotus Notes.

.wrapper, - Windows Phone iOS. table-layout: fixed
, Yahoo. max-width .webkit 600 , Apple Mail 6 ( ) Outlook 2011.

3.
: Outlook, . Outlook , max-width, . , .



Outlook max-width ,

HTML- [content goes here] . , , , , , .

<!--[if (gte mso 9)|(IE)]> <table width="600" align="center"> <tr> <td> <![endif]--> <table class="outer" align="center"> <tr> <td> [content goes here] </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]-->
, - ( -). WebKit ( Apple Mail 6 , Outlook 2011). max-width , «» – .

2.
, CSS- styles.css. :

/* Basics */ body { Margin: 0; padding: 0; min-width: 100%; background-color: #ffffff; } table { border-spacing: 0; font-family: sans-serif; color: #333333; } td { padding: 0; } img { border: 0; } .wrapper { width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .webkit { max-width: 600px; }

margin padding «» , , . HTML- cell-padding cellspacing . HTML- – ; HTML- , , , , CSS, , , CSS.

min-width 100% , , - . , , – Outlook Lotus Notes.

.wrapper, - Windows Phone iOS. table-layout: fixed
, Yahoo. max-width .webkit 600 , Apple Mail 6 ( ) Outlook 2011.

3.
: Outlook, . Outlook , max-width, . , .



Outlook max-width ,

HTML- [content goes here] . , , , , , .

<!--[if (gte mso 9)|(IE)]> <table width="600" align="center"> <tr> <td> <![endif]--> <table class="outer" align="center"> <tr> <td> [content goes here] </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]-->

, - ( -). WebKit ( Apple Mail 6 , Outlook 2011). max-width , «» – .

2.
, CSS- styles.css. :

/* Basics */ body { Margin: 0; padding: 0; min-width: 100%; background-color: #ffffff; } table { border-spacing: 0; font-family: sans-serif; color: #333333; } td { padding: 0; } img { border: 0; } .wrapper { width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .webkit { max-width: 600px; }

margin padding «» , , . HTML- cell-padding cellspacing . HTML- – ; HTML- , , , , CSS, , , CSS.

min-width 100% , , - . , , – Outlook Lotus Notes.

.wrapper, - Windows Phone iOS. table-layout: fixed
, Yahoo. max-width .webkit 600 , Apple Mail 6 ( ) Outlook 2011.

3.
: Outlook, . Outlook , max-width, . , .



Outlook max-width ,

HTML- [content goes here] . , , , , , .

<!--[if (gte mso 9)|(IE)]> <table width="600" align="center"> <tr> <td> <![endif]--> <table class="outer" align="center"> <tr> <td> [content goes here] </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]-->

, - ( -). WebKit ( Apple Mail 6 , Outlook 2011). max-width , «» – .

2.
, CSS- styles.css. :

/* Basics */ body { Margin: 0; padding: 0; min-width: 100%; background-color: #ffffff; } table { border-spacing: 0; font-family: sans-serif; color: #333333; } td { padding: 0; } img { border: 0; } .wrapper { width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .webkit { max-width: 600px; }

margin padding «» , , . HTML- cell-padding cellspacing . HTML- – ; HTML- , , , , CSS, , , CSS.

min-width 100% , , - . , , – Outlook Lotus Notes.

.wrapper, - Windows Phone iOS. table-layout: fixed
, Yahoo. max-width .webkit 600 , Apple Mail 6 ( ) Outlook 2011.

3.
: Outlook, . Outlook , max-width, . , .



Outlook max-width ,

HTML- [content goes here] . , , , , , .

<!--[if (gte mso 9)|(IE)]> <table width="600" align="center"> <tr> <td> <![endif]--> <table class="outer" align="center"> <tr> <td> [content goes here] </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]-->
 ,   -       (     -).          WebKit ( Apple Mail 6  ,   Outlook 2011).     max-width    ,     «»     –        . 

2.
, CSS- styles.css. :

/* Basics */ body { Margin: 0; padding: 0; min-width: 100%; background-color: #ffffff; } table { border-spacing: 0; font-family: sans-serif; color: #333333; } td { padding: 0; } img { border: 0; } .wrapper { width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .webkit { max-width: 600px; }

margin padding «» , , . HTML- cell-padding cellspacing . HTML- – ; HTML- , , , , CSS, , , CSS.

min-width 100% , , - . , , – Outlook Lotus Notes.

.wrapper, - Windows Phone iOS. table-layout: fixed
, Yahoo. max-width .webkit 600 , Apple Mail 6 ( ) Outlook 2011.

3.
: Outlook, . Outlook , max-width, . , .



Outlook max-width ,

HTML- [content goes here] . , , , , , .

<!--[if (gte mso 9)|(IE)]> <table width="600" align="center"> <tr> <td> <![endif]--> <table class="outer" align="center"> <tr> <td> [content goes here] </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]-->
, - ( -). WebKit ( Apple Mail 6 , Outlook 2011). max-width , «» – .

2.
, CSS- styles.css. :

/* Basics */ body { Margin: 0; padding: 0; min-width: 100%; background-color: #ffffff; } table { border-spacing: 0; font-family: sans-serif; color: #333333; } td { padding: 0; } img { border: 0; } .wrapper { width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .webkit { max-width: 600px; }

margin padding «» , , . HTML- cell-padding cellspacing . HTML- – ; HTML- , , , , CSS, , , CSS.

min-width 100% , , - . , , – Outlook Lotus Notes.

.wrapper, - Windows Phone iOS. table-layout: fixed
, Yahoo. max-width .webkit 600 , Apple Mail 6 ( ) Outlook 2011.

3.
: Outlook, . Outlook , max-width, . , .



Outlook max-width ,

HTML- [content goes here] . , , , , , .

<!--[if (gte mso 9)|(IE)]> <table width="600" align="center"> <tr> <td> <![endif]--> <table class="outer" align="center"> <tr> <td> [content goes here] </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]-->

Source: https://habr.com/ru/post/268527/


All Articles