Fixed blockquote size in emails

This commit is contained in:
Godwin 2016-07-12 12:59:53 -07:00 committed by GitHub
parent 09954bb3cc
commit 0cf1bf17e5

View File

@ -70,18 +70,26 @@ a {
p {
color: $black !important;
font-size: 1.5em;
}
p, blockquote {
margin: 1em;
font-size: 1.5em;
line-height: 1.3333em;
}
blockquote {
font-size: 1em;
}
h1 {
font-size: 2.5em;
line-height: 1.25em;
padding-bottom: 1em;
padding: 1em 0;
&:first-child {
padding-top: 0;
}
}
h2 {
@ -135,7 +143,6 @@ table {
table#bb_full_width,
table#ecxbb_full_width {
&, table {
max-width: none;
width: 100%;