diff options
| author | Johann-S <[email protected]> | 2017-10-20 12:18:04 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-20 13:18:04 +0300 |
| commit | c86f72be96a31316a8493b96e1aa89ac0c335e19 (patch) | |
| tree | 7fe8edcd0fe5d4ddb7b2a33e32d5c5d126adfcad /docs | |
| parent | 37bfbcf117554dde04476d41b3637eabfca0610b (diff) | |
| download | bootstrap-c86f72be96a31316a8493b96e1aa89ac0c335e19.tar.xz bootstrap-c86f72be96a31316a8493b96e1aa89ac0c335e19.zip | |
Use `navbar-expand-sm` in our navbar bottom example for small devices (#24463)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/examples/navbar-bottom/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/navbar-bottom/index.html b/docs/4.0/examples/navbar-bottom/index.html index 3046f9b9b..675428c54 100644 --- a/docs/4.0/examples/navbar-bottom/index.html +++ b/docs/4.0/examples/navbar-bottom/index.html @@ -21,7 +21,7 @@ <a class="btn btn-lg btn-primary" href="../../components/navbar/" role="button">View navbar docs »</a> </div> </div> - <nav class="navbar fixed-bottom navbar-expand navbar-dark bg-dark"> + <nav class="navbar fixed-bottom navbar-expand-sm navbar-dark bg-dark"> <a class="navbar-brand" href="#">Bottom navbar</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> |
