mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
add call out to fix #9569
This commit is contained in:
parent
dff88d66e2
commit
039966a0fc
@ -1098,6 +1098,11 @@ base_url: "../"
|
||||
<h2 id="navbar-default">Default navbar</h2>
|
||||
<p>Navbars are responsive meta components that serve as navigation headers for your application or site. They begin collapsed (and are toggleable) in mobile views and become horizontal as the available viewport width increases.</p>
|
||||
|
||||
<div class="bs-callout bs-callout-info">
|
||||
<h4>Customize the collapsing point</h4>
|
||||
<p>Depending on the content in your navbar, you might need to change the point at which your navbar switches between collapsed and horizontal mode. Customize the <code>@grid-float-breakpoint</code> variable or add your own media query.</p>
|
||||
</div>
|
||||
|
||||
<div class="bs-example">
|
||||
<nav class="navbar" role="navigation">
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user