diff --git a/app/assets/stylesheets/mailers/custom-mailer-styles.scss b/app/assets/stylesheets/mailers/custom-mailer-styles.scss index b64991b..f928ac5 100644 --- a/app/assets/stylesheets/mailers/custom-mailer-styles.scss +++ b/app/assets/stylesheets/mailers/custom-mailer-styles.scss @@ -3,7 +3,7 @@ } .email-container { - max-width:600px; + // max-width:600px; background-color: green; .email-title { font-family: 'HalisR', Helvetica Neue, Helvetica, Ariel, sans-serif !important; diff --git a/app/assets/stylesheets/mailers/foundation_global_overrides.scss b/app/assets/stylesheets/mailers/foundation_global_overrides.scss index e5dc53b..eee6c74 100644 --- a/app/assets/stylesheets/mailers/foundation_global_overrides.scss +++ b/app/assets/stylesheets/mailers/foundation_global_overrides.scss @@ -1,3 +1,4 @@ // manny, put stuff here to override foundation settings $success-color: salmon; +$global-width: 900px;