Skip to content

Instantly share code, notes, and snippets.

@koohz
Created December 5, 2016 20:38
Show Gist options
  • Save koohz/d6cba0a262a0bc27bca88d2a474870a3 to your computer and use it in GitHub Desktop.
Save koohz/d6cba0a262a0bc27bca88d2a474870a3 to your computer and use it in GitHub Desktop.
Auto adjust navbar-brand depending on line-height with bootstrap
.navbar-header {
min-height: 100%;
position: absolute;
top: 0;
bottom: 0;
}
.navbar-brand>img {
max-width:100%;
max-height:100%;
}
.navbar-brand {
padding-top: 0;
padding-bottom: 0;
display: table-cell;
vertical-align: middle;
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment