diff options
author | Martin Wright <martin@mysociety.org> | 2014-07-02 10:39:46 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:14:09 +0000 |
commit | 28d4003557f97e0ad72d65cbce99121d562c1598 (patch) | |
tree | fd33e10afab3e2b8f8dd8ea47a0344fb78f5e917 | |
parent | 9287b5ffe5e0eec28828448e81538d2babc9a865 (diff) |
tidied up display of sidebar
-rw-r--r-- | app/assets/stylesheets/responsive/_new_request_style.scss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/responsive/_new_request_style.scss b/app/assets/stylesheets/responsive/_new_request_style.scss index f6d4f6a42..bf157788d 100644 --- a/app/assets/stylesheets/responsive/_new_request_style.scss +++ b/app/assets/stylesheets/responsive/_new_request_style.scss @@ -55,6 +55,11 @@ } #request_advice { + margin-bottom: 1.5em; + font-size: 0.875em; + @include respond-min( $main_menu-mobile_menu_cutoff ){ + font-size: 1em; + } ul { margin:0 auto; list-style: none outside none; @@ -68,7 +73,7 @@ .advice-panel { background-color: darken(#f7eee1, 5%); padding: 1.5em; - margin-top: 1em; + margin-top: 1.5em; } @@ -76,7 +81,7 @@ .advice-panel { background-color: darken(#f7eee1, 5%); padding: 1.5em; - margin-top: 1em; + margin-top: 1.5em; } /* Batch request page */ |