mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Tweak that navbar brand image alignment with new vertical align utils
This commit is contained in:
parent
271f10f74f
commit
036bb85b21
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
|
|||
<!-- Image and text -->
|
||||
<nav class="navbar navbar-light bg-faded">
|
||||
<a class="navbar-brand" href="#">
|
||||
<img src="{{ site.baseurl }}/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block">
|
||||
<img src="{{ site.baseurl }}/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block align-top">
|
||||
Bootstrap
|
||||
</a>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Reference in a new issue