$global-width working

This commit is contained in:
Mark Moser 2016-08-15 17:55:54 -05:00
parent d7aa256217
commit 4318750f82
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
} }
.email-container { .email-container {
max-width:600px; // max-width:600px;
background-color: green; background-color: green;
.email-title { .email-title {
font-family: 'HalisR', Helvetica Neue, Helvetica, Ariel, sans-serif !important; font-family: 'HalisR', Helvetica Neue, Helvetica, Ariel, sans-serif !important;

View File

@ -1,3 +1,4 @@
// manny, put stuff here to override foundation settings // manny, put stuff here to override foundation settings
$success-color: salmon; $success-color: salmon;
$global-width: 900px;