diff --git a/app/assets/stylesheets/user-mailer.scss b/app/assets/stylesheets/user-mailer.scss index b59500d..30a3fe1 100644 --- a/app/assets/stylesheets/user-mailer.scss +++ b/app/assets/stylesheets/user-mailer.scss @@ -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%;