aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-10-17 15:44:48 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-11-10 16:58:12 +0000
commit2e0b046b74a4ddef25489768f287f59e02ba5607 (patch)
tree5b27ec6af85b053e1335d67f3a273401a855e3ea
parent561002d12a43ad5e222382e09ec9a277ce7b6ae8 (diff)
Fix spacing issue in alert local RSS text.
-rw-r--r--web/cobrands/sass/_base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 4a0f0b168..624293d81 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -2465,7 +2465,7 @@ a#geolocate_link.loading, .btn--geolocate.loading {
padding-#{$left}: 24px;
// Close up space between this and #rss_local
- margin-top: -1em;
+ margin-top: -0.5em;
}
.confirmation-header {