diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 17 |
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; - } - } - } - } |