mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
Tweak that navbar brand image alignment with new vertical align utils
This commit is contained in:
parent
271f10f74f
commit
036bb85b21
@ -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…
x
Reference in New Issue
Block a user