diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-17 15:45:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-11-10 16:58:12 +0000 |
commit | 974f85a193b4a934e703300802e9955417211ba3 (patch) | |
tree | 9abb1b11aabecc1c1b6ffe887a4e64f6d31ed359 | |
parent | 2e0b046b74a4ddef25489768f287f59e02ba5607 (diff) |
Make general-notes text size match other metadata.
-rw-r--r-- | web/cobrands/sass/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index aafb6656a..2d3592e77 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -814,7 +814,7 @@ textarea.form-error { // More general notes .general-notes { - font-size: 0.75em; + font-size: 0.9em; } // Frontpage |