From 192ed93a83eb35f98f32c7819f1fa7064eb3280f Mon Sep 17 00:00:00 2001 From: lizconlan Date: Fri, 26 Aug 2016 12:19:15 +0100 Subject: [PATCH] Remove unused css --- assets/stylesheets/responsive/custom.scss | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 0299512..462dfee 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -339,23 +339,6 @@ a.link_button_green_large { height: 100%; } } - - /* 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; - } - } - } - }