diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2019-11-20 12:01:14 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-12-09 12:48:12 +0000 |
commit | 794ff2de7d31a3b7b492cdfe9f0273b8c9468d14 (patch) | |
tree | d182ece1a1fa3ac22c0ea1a5a84ec76cd76b4716 | |
parent | e2805cc234a384db0cc7ea3c2eece829502c60e9 (diff) |
[TfL] Tweak email header / logo size
The logo was incorrectly being stretched to 87px, rather than 86px,
causing it to look blurry. Also, the logo includes its own vertical
spacing, so we reduce the header padding to compensate.
-rw-r--r-- | templates/email/tfl/_email_color_overrides.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/email/tfl/_email_color_overrides.html b/templates/email/tfl/_email_color_overrides.html index 4564675dc..2b9f798fc 100644 --- a/templates/email/tfl/_email_color_overrides.html +++ b/templates/email/tfl/_email_color_overrides.html @@ -18,6 +18,7 @@ button_background_color = color_blue button_text_color = color_white logo_width = "220" # pixel measurement, but without 'px' suffix -logo_height = "87" # pixel measurement, but without 'px' suffix +logo_height = "86" # pixel measurement, but without 'px' suffix +header_padding = "10px 20px" %] |