diff options
-rw-r--r-- | web/cobrands/tfl/base.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/tfl/base.scss b/web/cobrands/tfl/base.scss index 739c64475..cfad6cbbb 100644 --- a/web/cobrands/tfl/base.scss +++ b/web/cobrands/tfl/base.scss @@ -39,6 +39,9 @@ h1 { font-size: 1.888888889em; //34px line-height: 1.235294118em; //42px } +h1 a { + letter-spacing: 0; +} h2 { font-family: $heading-font; |