diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-21 09:52:13 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-12-09 12:48:12 +0000 |
commit | b621557ea152d46a560410e1f9c54a843aa80d97 (patch) | |
tree | 6da5ddab18e2611a178d8e5a6c1070a7c4ec5d86 | |
parent | bce71d7bb2f7041cf2b5b01a4a1548b0faa068d3 (diff) |
[TfL] Increase letter-spacing on links in headings
-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; |