diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-20 16:24:48 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:26:49 +0000 |
commit | b82f2809d2065743fdd4cab48f6cdaaaf66cdd06 (patch) | |
tree | 9e3a25611a491ba84d1e898bebfcb3626de780e5 | |
parent | be368e258f7ea657e8e6c786c229ed5a1dffb34a (diff) |
Move body up a bit on smaller devices.
-rw-r--r-- | app/assets/stylesheets/responsive/_public_body_layout.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/responsive/_public_body_layout.scss b/app/assets/stylesheets/responsive/_public_body_layout.scss index 33550780b..3e55614ab 100644 --- a/app/assets/stylesheets/responsive/_public_body_layout.scss +++ b/app/assets/stylesheets/responsive/_public_body_layout.scss @@ -10,7 +10,9 @@ } .authority__header { - margin-bottom: 1em; + @include respond-min( $main_menu-mobile_menu_cutoff ){ + margin-bottom: 1em; + } @include grid-column(12); } |