aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorlizconlan <liz@mysociety.org>2016-08-22 18:45:54 +0100
committerlizconlan <liz@mysociety.org>2016-08-22 18:51:59 +0100
commitcff69de96610dd5c525152ae069c8be0daef0d5b (patch)
tree99c24c203cda477f26da6fb772bc55c21987e6c6 /assets
parent35f5c9d1a44987ace46963ac50ac81eafac5f963 (diff)
Remove #logo_wrapper from stylesheet
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/responsive/custom.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index bf6ee9b..eb0da5f 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -508,23 +508,6 @@ a.link_button_green_large {
right: 4px;
}
}
-
- /* Pad evenly top and bottom on smaller devices */
- #logo_wrapper{
-
- @include respond-min( $main_menu-mobile_menu_cutoff ){
- @include lte-ie7 {
- padding-bottom: 2em;
- }
- }
- @media(max-width: $main_menu-mobile_menu_cutoff ){
- padding: 0.5em 0 0.5em 0.9375em;
- img {
- height: 30px;
- }
- }
- }
-
}