Skip to content

Commit

Permalink
MDL-60048 theme_boost: Center logo within the navbar
Browse files Browse the repository at this point in the history
My solution is to remove the padding that's added within scss/bootstrap/_navbar.scss (line 72)
for the case that a logo (has-logo) is uploaded and displayed within the navbar.
Removing this padding will center the image within the navbar.
  • Loading branch information
Kathrin84 committed Sep 7, 2017
1 parent b3cfb01 commit 88d7f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/boost/scss/preset/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ $breadcrumb-divider-rtl: "/" !default;
@include hover-focus {
color: $brand-primary;
}
padding-top: 0;
}
}

Expand Down

0 comments on commit 88d7f10

Please sign in to comment.