diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-20 16:45:47 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:26:50 +0000 |
commit | 3af2835fb53fa5670e3ae0fc78e39e845b26dab3 (patch) | |
tree | 9955c4daa589ab99cfb54616ed343bc7a0b46609 | |
parent | c99a9c312177dae90c2d38f198d04cfd6cbf7991 (diff) |
Add some bottom margin on smaller screens.
Column 2 appears underneath in this context and was right against
the end of the text.
-rw-r--r-- | app/assets/stylesheets/responsive/_new_request_layout.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive/_new_request_layout.scss b/app/assets/stylesheets/responsive/_new_request_layout.scss index a719370a7..2ebba0813 100644 --- a/app/assets/stylesheets/responsive/_new_request_layout.scss +++ b/app/assets/stylesheets/responsive/_new_request_layout.scss @@ -256,8 +256,10 @@ div.batch_public_body_toggle { .request-sent-message__column-1 { @include grid-column(12); + margin-bottom: 1em; @include respond-min( $main_menu-mobile_menu_cutoff ){ @include grid-column($columns:8); + margin-bottom: 0; @include ie8{ padding-right: 0.9375em; } |