diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 4a09b2d..53690f4 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -374,7 +374,7 @@ a.link_button_green_large { @include respond-min( $main_menu-mobile_menu_cutoff ){ @include lte-ie7 { - padding-bottom: 1.5em; + padding-bottom: 2em; } } @media(max-width: $main_menu-mobile_menu_cutoff ){ |