Skip to content

Instantly share code, notes, and snippets.

@mavieth
Created September 5, 2016 17:00
Show Gist options
  • Select an option

  • Save mavieth/dcdf602c19b1c9a9c56c4beb05762710 to your computer and use it in GitHub Desktop.

Select an option

Save mavieth/dcdf602c19b1c9a9c56c4beb05762710 to your computer and use it in GitHub Desktop.
.navbar-brand {
padding: 0px;
}
.navbar-brand>img {
height: 100%;
padding: 15px;
width: auto;
}
.bootstrap-navbar .navbar-brand {
display: flex;
align-items: center;
}
.bootstrap-navbar .navbar-brand>img {
padding: 7px 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment