diff options
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 1 | ||||
-rw-r--r-- | web/css/core.scss | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css index 85c16a9ae..bbf3ac381 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -43,6 +43,7 @@ #mysociety #advert_thin { width: 50%; margin: 1em auto; + text-align: center; border-top: dotted 1px #999999; } #mysociety #advert_hfymp { diff --git a/web/css/core.scss b/web/css/core.scss index 5e24b5702..9221206ff 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -66,6 +66,7 @@ $map_width: 500px; #advert_thin { width: 50%; margin: 1em auto; + text-align: center; border-top: dotted 1px #999999; } #advert_hfymp { |