aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-17 20:36:49 -0700
committerMark Otto <[email protected]>2017-06-17 20:36:49 -0700
commit1c3acb63b1d5a762d67478fc43691818584aab9a (patch)
treed85670e9988fcc05abbf4bf17d4d5f0b1d63d640 /_includes
parent1b722372a88a8058937ce5356dc3050e98772445 (diff)
downloadbootstrap-1c3acb63b1d5a762d67478fc43691818584aab9a.tar.xz
bootstrap-1c3acb63b1d5a762d67478fc43691818584aab9a.zip
fixes #22846
Diffstat (limited to '_includes')
-rw-r--r--_includes/docs-navbar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html
index 89960f0ac..71db111d8 100644
--- a/_includes/docs-navbar.html
+++ b/_includes/docs-navbar.html
@@ -1,4 +1,4 @@
-<header class="navbar navbar-inverse navbar-expand-md flex-column flex-md-row bd-navbar">
+<header class="navbar navbar-inverse flex-column flex-md-row bd-navbar">
<a class="navbar-brand mr-0 mr-md-2" href="{{ site.baseurl }}/" aria-label="Bootstrap">
{% include icons/bootstrap.svg width="36" height="36" class="d-block" %}
</a>
@@ -59,5 +59,5 @@
</li>
</ul>
- <a class="btn btn-bd-yellow d-none d-md-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
+ <a class="btn btn-bd-yellow d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
</header>