Skip to content

Commit

Permalink
Remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
lizconlan committed Aug 26, 2016
1 parent 72c2ce8 commit 192ed93
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions assets/stylesheets/responsive/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

}


Expand Down

0 comments on commit 192ed93

Please sign in to comment.