我正在使用来自 zurb 的以下电子邮件模板(我选择了基本模板)
http://zurb.com/playground/responsive-email-templates http://zurb.com/playground/projects/responsive-email-templates/basic.html
其中包括以下媒体查询:
@media only screen and (max-width: 600px) {
a[class="btn"] { display:block!important; margin-bottom:10px!important; background-image:none!important; margin-right:0!important;}
div[class="column"] { width: auto!important; float:none!important;}
table.social div[class="column"] {
width:auto!important;
}
}
手机上的字体看起来非常小,特别是表格单元格内的文字非常小
如何覆盖手机上的字体?