@media only screen { .email * { word-break: break-word; } }@media screen and (max-width: 384px) { .mail-message-content { width: 414px !important; } }@media only screen and (max-width:600px) {
.ck-mobile-font-size {
font-size: 50px !important;
}
}@media only screen and (max-width:600px) {
.ck-layout-block.ck-layout-stack td {
display: block !important;
width: 100% !important;
padding: 0 !important;
}
.ck-column.ck-column-stack {
margin-bottom: 32px !important;
}
.ck-padding-3-top-mobile-friendly {
padding-top: 12px !important;
}
.ck-padding-3-right-mobile-friendly {
padding-right: 12px !important;
}
.ck-padding-3-bottom-mobile-friendly {
padding-bottom: 12px !important;
}
.ck-padding-3-left-mobile-friendly {
padding-left: 12px !important;
}
}
​ ​ |
Thank you for reading!