mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
Tweak that navbar brand image alignment with new vertical align utils
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user