diff options
-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 */ |